diff --git a/app/views/customers/show.html.erb b/app/views/customers/show.html.erb index 4c2af76..5738d18 100644 --- a/app/views/customers/show.html.erb +++ b/app/views/customers/show.html.erb @@ -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 %>
<%= render :partial => 'issues/list_simple', locals: {issues: @issues} %>