5 lines
279 B
Plaintext
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 %>
|