11 lines
260 B
Plaintext
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 -%>
|