11 lines
219 B
Plaintext
11 lines
219 B
Plaintext
|
<h1>New invitation</h1>
|
||
|
|
||
|
<%= error_messages_for :invitation %>
|
||
|
|
||
|
<% form_for(:invitation, :url => invitations_path) do |f| %>
|
||
|
<p>
|
||
|
<%= submit_tag "Create" %>
|
||
|
</p>
|
||
|
<% end %>
|
||
|
|
||
|
<%= link_to 'Back', invitations_path %>
|