4 lines
190 B
Plaintext
4 lines
190 B
Plaintext
<%= form_tag(artist_commentaries_path, :method => :get) do %>
|
|
<%= text_field "search", "text_matches", :id => "quick_search_text_matches", :placeholder => "Search commentary" %>
|
|
<% end %>
|