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} %>