mirror of
https://github.com/rickbarrette/redmine_qbo_vehicles.git
synced 2026-08-19 05:30:42 -04:00
5 lines
234 B
ERB
5 lines
234 B
ERB
<%= form_tag(vehicles_path, method: "get", id: "vehicles-search-form") do %>
|
|
<%= text_field_tag :search, params[:search], placeholder: t(:label_search_vehicles), autocomplete: "off" %>
|
|
<%= submit_tag t(:label_search) %>
|
|
<% end %>
|