This repository has been archived on 2020-05-27. You can view files and clone it, but cannot push or open issues/pull-requests.
|
<% 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 -%> |