diff --git a/app/views/vehicles/index.html.erb b/app/views/vehicles/index.html.erb index 26b4f33..b82b631 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 %> -
+
<%= button_to "Edit", edit_vehicle_path(vehicle), method: :get%> <%= button_to "Delete", vehicle, method: :delete, data: {confirm: "You sure?"} %>