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

5 lines
216 B
Plaintext

<%= form_tag(notes_path, :method => :get) do %>
<%= hidden_field_tag "group_by", "note" %>
<%= text_field "search", "body_matches", :id => "quick_search_body_matches", :placeholder => "Search notes" %>
<% end %>