box-o-sand/oldstuff/RubyFun/rails/gerbil/app/views/people/edit.html.erb

7 lines
115 B
Plaintext

<h1>Editing person</h1>
<%= render 'form' %>
<%= link_to 'Show', @person %> |
<%= link_to 'Back', people_path %>