Update index.html.erb

This commit is contained in:
2018-09-19 09:50:58 -04:00
committed by GitHub
parent 1dbcca4ca0
commit f27fdf5274

View File

@@ -1,9 +1,4 @@
<h1>Customer Vehicles</h1>
<h2>Customer Vehicles <span style="float:right"> <%= render :partial => 'vehicles/search' %> </span> </h2>
<br/>
<%= form_tag(vehicles_path, :method => "get", id: "search-form") do %>
<%= text_field_tag :search, params[:search], placeholder: "Search Vehicles by VIN" %>
<%= submit_tag "Search" %>
<% end %>
<%= render :partial => 'vehicles/list' %>