You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
266 B

<p id="notice"><%= notice %></p>
<p>
<b>Name:</b>
<%= @person.name %>
</p>
<p>
<b>Age:</b>
<%= @person.age %>
</p>
<p>
<b>Zipcode:</b>
<%= @person.zipcode %>
</p>
<%= link_to 'Edit', edit_person_path(@person) %> |
<%= link_to 'Back', people_path %>