This repository has been archived on 2020-05-27. You can view files and clone it, but cannot push or open issues/pull-requests.
2008-10-01 02:57:49 -04:00
|
|
|
<%= form_for :invitation, :action => url(:invitation) do -%>
|
2008-06-27 00:13:15 -04:00
|
|
|
<fieldset>
|
|
|
|
<legend>Invite A Drinker</legend>
|
|
|
|
<p>
|
2008-10-01 02:57:49 -04:00
|
|
|
<%= text_field 'recipient', :label => 'Recipient: ' %>
|
2008-06-27 00:13:15 -04:00
|
|
|
</p>
|
|
|
|
</fieldset>
|
|
|
|
<p>
|
2008-10-01 02:57:49 -04:00
|
|
|
<%= submit 'Send' %>
|
2008-06-27 00:13:15 -04:00
|
|
|
</p>
|
2008-10-01 02:57:49 -04:00
|
|
|
<% end =%>
|