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/edit.rhtml

10 lines
262 B
Plaintext
Raw Normal View History

<%= error_messages_for :people %>
<% form_for(:people, :url => people_path(@people), :html => { :method => :put }) do |f| %>
<p>
<%= submit_tag "Update" %>
</p>
<% end %>
<%= link_to 'Show', people_path(@people) %> |
<%= link_to 'Back', peoples_path %>