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