4 lines
203 B
Plaintext
4 lines
203 B
Plaintext
<%= form_tag(artists_path, :method => :get) do %>
|
|
<%= text_field "search", "any_name_or_url_matches", id: "quick_search_name", placeholder: "Search artists", "data-autocomplete": "artist" %>
|
|
<% end %>
|