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