Update index.html.erb

This commit is contained in:
2016-08-01 19:09:41 -04:00
committed by GitHub
parent 5c49094b40
commit 756e60b865

View File

@@ -5,5 +5,6 @@
<%= text_field_tag :search, params[:search], placeholder: "Search Vehicles by VIN" %>
<%= submit_tag "Search" %>
<%= button_to "New Vehicle", new_vehicle_path, method: :get %>
<% end %>
<%= render :partial => 'vehicles/list' %>