fixes #2451: /comments/search has two elements with id "group_by"
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
<h1>Search Comments</h1>
|
<h1>Search Comments</h1>
|
||||||
|
|
||||||
<%= form_tag(comments_path, :method => :get, :class => "simple_form") do %>
|
<%= form_tag(comments_path, :method => :get, :class => "simple_form") do %>
|
||||||
<%= hidden_field_tag "group_by", "comment" %>
|
<%= hidden_field_tag "group_by", "comment", :id => "group_by_full" %>
|
||||||
|
|
||||||
<%= search_field "body_matches", :label => "Body" %>
|
<%= search_field "body_matches", :label => "Body" %>
|
||||||
<%= search_field "creator_name", :label => "User" %>
|
<%= search_field "creator_name", :label => "User" %>
|
||||||
|
|||||||
Reference in New Issue
Block a user