From 5457ae51c23b64dbaba09316e885be0bc6d7aa39 Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Fri, 22 Apr 2016 08:15:45 -0400 Subject: [PATCH] Update index.html.erb --- app/views/vehicles/index.html.erb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/vehicles/index.html.erb b/app/views/vehicles/index.html.erb index 0939b75..42ea2ab 100644 --- a/app/views/vehicles/index.html.erb +++ b/app/views/vehicles/index.html.erb @@ -11,7 +11,8 @@ <%= vehicle.qbo_customer.name if vehicle.qbo_customer %> - - <%= vehicle.to_s %> +
+ <%= vehicle.to_s %>
<%= button_to "Edit", edit_vehicle_path(vehicle), method: :get%>