From af654ef9d0561ca2ed6ba91c3d4e050719397a2a Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Fri, 22 Apr 2016 08:06:57 -0400 Subject: [PATCH] Update index.html.erb Floating --- app/views/vehicles/index.html.erb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/vehicles/index.html.erb b/app/views/vehicles/index.html.erb index a59a49f..26b4f33 100644 --- a/app/views/vehicles/index.html.erb +++ b/app/views/vehicles/index.html.erb @@ -5,12 +5,12 @@
-
+
<%= vehicle.qbo_customer.name if vehicle.qbo_customer %> - <%= vehicle.to_s %> -
+ - <%= vehicle.to_s %> +
<%= button_to "Edit", edit_vehicle_path(vehicle), method: :get%> <%= button_to "Delete", vehicle, method: :delete, data: {confirm: "You sure?"} %>