5 lines
225 B
Plaintext
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 %>
|