Update show.html.erb

This commit is contained in:
2016-08-04 09:50:37 -04:00
committed by GitHub
parent f0018ab87d
commit 8cfab17136

View File

@@ -8,6 +8,5 @@
<br/>
<%= button_to "New Vehicle", new_customer_vehicle_path(@customer), method: :get %>
<br/>
<br/>
<h2>Issues:</h2>
<%= render :partial => 'issues/list_simple', locals: {issues: @issues} %>