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

5 lines
225 B
Plaintext

<%= form_tag(comments_path, :method => :get) do %>
<%= hidden_field_tag "group_by", "comment" %>
<%= text_field "search", "body_matches", :id => "quick_search_body_matches", :placeholder => "Search comments" %>
<% end %>