diff --git a/app/views/vehicles/index.html.erb b/app/views/vehicles/index.html.erb
index 55efa7c..0396988 100644
--- a/app/views/vehicles/index.html.erb
+++ b/app/views/vehicles/index.html.erb
@@ -1,11 +1,21 @@
Customer Vehicles
-<% Vehicle.all.each do |vehicle| %>
-
-
- <%= 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?"} %>
-
+<% Vehicle.all.each do |vehicle| %>
+
+
+
+
+
<% end %>
-<%= button_to "New", new_vehicle_path, method: :get %>
+
+ <%= button_to "New", new_vehicle_path, method: :get %>
+