Update show.html.erb

This commit is contained in:
2016-08-04 09:45:39 -04:00
committed by GitHub
parent 0e9b5fa17a
commit 05017dcc4f

View File

@@ -4,7 +4,7 @@
<br/>
<%= render :partial => 'vehicles/list' %>
<br/>
<%= button_to "New Customer", [:new, @cutomer, Vehicle.new], method: :get %>
<%= button_to "New Customer", new_customer_vehicle_path(@customer), method: :get %>
<br/>
<br/>
<%= render :partial => 'issues/list_simple', locals: {issues: @issues} %>