cours0708/P5B/ruby/mon_projet/app/views/admin/customers/show.rhtml
2008-11-25 22:11:16 +01:00

13 lines
203 B
Plaintext

<p>
<b>Firstname:</b>
<%=h @customer.firstname %>
</p>
<p>
<b>Name:</b>
<%=h @customer.name %>
</p>
<%= link_to 'Edit', edit_customer_path(@customer) %> |
<%= link_to 'Back', customers_path %>