Files
danbooru/app/views/artists/_quick_search.html.erb
2013-03-30 15:54:56 -04:00

4 lines
159 B
Plaintext

<%= form_tag(artists_path, :method => :get) do %>
<%= text_field "search", "name", :id => "quick_search_name", :placeholder => "Search artists" %>
<% end %>