7 lines
115 B
Plaintext

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