Customer #<%+ customer.id %> <%= customer.name %>
Email <%= customer.email %>
Primary Phone <%= customer.primary_phone %>
Mobile Phone <%= customer.mobile_phone %>
Notes <%= customer.notes %>
Issues <%= customer.issues.count %>
<%= button_to "Edit Customer", edit_customer_path(customer), method: :get%>