13 lines
203 B
Plaintext
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 %> |