Update show.html.erb

This commit is contained in:
2016-08-03 21:09:15 -04:00
committed by GitHub
parent 15a2a16379
commit 4a37d83694

View File

@@ -7,5 +7,6 @@
<%= form_tag(new_vehicle_path, :method => "get", id: "new") do %>
<%= hidden_field :customer, params[:customer], @customer %>
<%= submit_tag "New Vehicle" %>
<% end %>
<br/>
<%= render :partial => 'issues/list_simple', locals: {issues: @issues} %>