Files
danbooru/app/views/artist_commentaries/_quick_search.html.erb
2014-03-10 22:56:38 -04:00

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 %>