Name: <%=h @customer.name %>
Address: <%=h @customer.address %>
Email: <%=h @customer.email %>
Phone: <%=h @customer.phone %>
Balance: <%=h number_to_currency(@customer.debt) %>
<%= link_to 'Edit', :action => 'edit', :id => @customer %> | <%= link_to 'Back', :action => 'list' %>