Files
fizzy/app/views/searches/_form.html.erb
T
2025-06-24 15:07:56 -05:00

5 lines
279 B
Plaintext

<%= form_with url: search_path, method: :get, class: "search__form" do |form| %>
<%= text_field_tag :q, query_terms, class: "search__form-input input", type: "search", placeholder: "What are you looking for?" %>
<%= icon_tag "search", class: "search__form-icon" %>
<% end %>