No id required

This commit is contained in:
2022-03-14 19:27:31 -04:00
parent 0281d86f1a
commit b1a106d4d8

View File

@@ -1,4 +1,4 @@
<%= form_tag(estimate_doc_path, :method => "get", id: "est-search-form") do %>
<%= form_tag(estimate_doc_path, :method => "get") do %>
<%= text_field_tag :search, params[:search], placeholder: t(:label_search_estimates), :autocomplete => "off" %>
<%= submit_tag t(:label_search), :formtarget => "_blank" %>
<% end %>