This repository has been archived on 2020-05-27. You can view files and clone it, but cannot push or open issues/pull-requests.
tuxbliki/app/views/invitations/new.html.erb

11 lines
260 B
Plaintext

<% form_for :invitation, :action => url(:invitation) do -%>
<fieldset>
<legend>Invite A Drinker</legend>
<p>
<%= text_control 'recipient', :label => 'Recipient: ' %>
</p>
</fieldset>
<p>
<%= submit_button 'Send' %>
</p>
<% end -%>