From 2b093903b3b06ea307cb26bdaa6ead489db1041f Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Thu, 4 Aug 2016 09:46:22 -0400 Subject: [PATCH] Update show.html.erb --- app/views/customers/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/customers/show.html.erb b/app/views/customers/show.html.erb index d35e336..502c4fe 100644 --- a/app/views/customers/show.html.erb +++ b/app/views/customers/show.html.erb @@ -4,7 +4,7 @@
<%= render :partial => 'vehicles/list' %>
-<%= button_to "New Customer", new_customer_vehicle_path(@customer), method: :get %> +<%= button_to "New Vehicle", new_customer_vehicle_path(@customer), method: :get %>

<%= render :partial => 'issues/list_simple', locals: {issues: @issues} %>