Added estimate search in side bar

This commit is contained in:
2022-02-13 10:03:43 -05:00
parent f66fbf6656
commit 4582b8c5b9
8 changed files with 47 additions and 7 deletions

View File

@@ -0,0 +1,4 @@
<%= form_tag("/qbo/estimate/doc", :method => "get", id: "est-search-form") do %>
<%= text_field_tag :search, params[:search], placeholder: t(:label_search_estimates) %>
<%= submit_tag t(:label_search) %>
<% end %>