5 lines
189 B
Plaintext
5 lines
189 B
Plaintext
<%= form_tag(comments_path, :method => :get) do %>
|
|
<%= hidden_field_tag "group_by", "comment" %>
|
|
<%= text_field "search", "body_matches", :placeholder => "Search comments" %>
|
|
<% end %>
|