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

12 lines
253 B
Plaintext

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