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/peoples/new.rhtml

11 lines
199 B
Plaintext

<h1>New people</h1>
<%= error_messages_for :people %>
<% form_for(:people, :url => peoples_path) do |f| %>
<p>
<%= submit_tag "Create" %>
</p>
<% end %>
<%= link_to 'Back', peoples_path %>