fixes #320
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
<h1>Search Notes</h1>
|
||||
|
||||
<%= simple_form_for @search do |f| %>
|
||||
<%= hidden_field_tag :group_by, "note" %>
|
||||
<%= f.input :body_matches, :label => "Body", :required => false %>
|
||||
<%= f.input :post_tag_match, :label => "Tags", :required => false %>
|
||||
<%= f.button :submit, "Search" %>
|
||||
|
||||
Reference in New Issue
Block a user