fixes #2451: /comments/search has two elements with id "group_by"

This commit is contained in:
r888888888
2015-07-24 13:53:48 -07:00
parent 66fe24d8c5
commit 9fb68cee94

View File

@@ -3,7 +3,7 @@
<h1>Search Comments</h1>
<%= 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 "creator_name", :label => "User" %>