Skip to content

Commit

Permalink
Update app/views/account/shared/_search_form.html.erb
Browse files Browse the repository at this point in the history
Co-authored-by: Ivan Marynych <[email protected]>
  • Loading branch information
igorSimash and loqimean authored Nov 5, 2024
1 parent 7fa749a commit d858f3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/account/shared/_search_form.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<%= search_form_for(q, url: search_url, method: :get, class: "d-flex mb-5") do |f| %>
<%= f.search_field search_attribute, placeholder: t(".search_placeholder"), class: "form-input me-2" %>
<%= f.button t(".search_button"), class: "btn btn-blue px-4 items-center" %>
<%= link_to t(".clear_button"), search_url, class:"btn btn-grey px-4 items-center ml-2" %>
<%= link_to t(".clear_button"), search_url, class: "btn btn-grey px-4 items-center ml-2" %>
<% end %>
</div>

0 comments on commit d858f3e

Please sign in to comment.