From 8cfab17136bb4df209ad8954a301815067c6c218 Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Thu, 4 Aug 2016 09:50:37 -0400 Subject: [PATCH] Update show.html.erb --- app/views/customers/show.html.erb | 1 - 1 file changed, 1 deletion(-) 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} %>