cours0708/P5B/ruby/mon_projet/app/views/admin/customers/show.rhtml

13 lines
203 B
Plaintext
Raw Normal View History

2008-11-25 21:11:16 +00:00
<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 %>