Name: <%=h @customer.name %>

Phone: <%=h @customer.phone %>

<%= link_to 'Edit', edit_customer_path(@customer) %> | <%= link_to 'Back', customers_path %>