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