This commit is contained in:
albert
2012-02-20 14:48:37 -05:00
parent e745c30699
commit 608f390eef

View File

@@ -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" %>