diff --git a/app/views/vehicles/index.html.erb b/app/views/vehicles/index.html.erb
index 8363ce0..c413411 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' %>