diff --git a/app/views/vehicles/index.html.erb b/app/views/vehicles/index.html.erb
index c413411..271c700 100644
--- a/app/views/vehicles/index.html.erb
+++ b/app/views/vehicles/index.html.erb
@@ -1,6 +1,6 @@
Customer Vehicles
-<%= button_to "New Vehicle", new_vehicle_path(@customer), method: :get %>
+<%= #button_to "New Vehicle", new_vehicle_path(@customer), method: :get %>
<%= render :partial => 'vehicles/list' %>