From a2588040ffbd74e1526d10725bf1e1218aeb23fb Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Tue, 31 May 2016 09:40:59 -0400 Subject: [PATCH] Update _details.html.erb --- app/views/customers/_details.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/customers/_details.html.erb b/app/views/customers/_details.html.erb index 9db6155..c2ffb45 100644 --- a/app/views/customers/_details.html.erb +++ b/app/views/customers/_details.html.erb @@ -33,7 +33,7 @@ - <%= button_to "Edit", edit_customer_path(customer), method: :get%> + <%= button_to "Edit Customer", edit_customer_path(customer), method: :get%>