This repository has been archived on 2020-05-27. You can view files and clone it, but cannot push or open issues/pull-requests.
barleysodas/app/views/invitations/new.rhtml

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 %>