From 475c86eabea9cbf56ca2c68d8ca07ddc17824074 Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Thu, 4 Aug 2016 09:52:32 -0400 Subject: [PATCH] Update show.html.erb --- app/views/customers/show.html.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/customers/show.html.erb b/app/views/customers/show.html.erb index 9f5211a..a621ac5 100644 --- a/app/views/customers/show.html.erb +++ b/app/views/customers/show.html.erb @@ -7,5 +7,6 @@ <%= render :partial => 'vehicles/list' %> <%= button_to "New Vehicle", new_customer_vehicle_path(@customer), method: :get %>
+

Issues:

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