Files
danbooru/app/views/wiki_pages/_quick_search.html.erb
2013-03-30 15:18:52 -04:00

4 lines
130 B
Plaintext

<%= form_tag(wiki_pages_path, :method => :get) do %>
<%= text_field "search", "title", :id => "quick_search_title" %>
<% end %>