From 501834419b62b7d6244d4e0c3e118b5fa0752eab Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Fri, 5 Aug 2016 09:02:46 -0400 Subject: [PATCH] Update _details.html.erb --- app/views/customers/_details.html.erb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/views/customers/_details.html.erb b/app/views/customers/_details.html.erb index 85898ce..edf5ae4 100644 --- a/app/views/customers/_details.html.erb +++ b/app/views/customers/_details.html.erb @@ -30,11 +30,6 @@ <%= customer.shipping_address %> - - Notes - <%= customer.notes %> - - Issues <%= customer.issues.count %> @@ -50,6 +45,11 @@ $<%= customer.balance_with_jobs %> + + Notes + <%= customer.notes %> + + <%= button_to "Edit Customer", edit_customer_path(customer), method: :get%>