diff --git a/app/views/customers/show.html.erb b/app/views/customers/show.html.erb index 54c3efa..5cd7f06 100644 --- a/app/views/customers/show.html.erb +++ b/app/views/customers/show.html.erb @@ -8,6 +8,5 @@
<%= button_to "New Vehicle", new_customer_vehicle_path(@customer), method: :get %>
-

Issues:

<%= render :partial => 'issues/list_simple', locals: {issues: @issues} %>