add more quick searches

comments, notes, and users
This commit is contained in:
Toks
2013-03-30 15:25:09 -04:00
parent 445e677956
commit 3bfb05d795
6 changed files with 14 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
<%= form_tag(notes_path, :method => :get) do %>
<%= hidden_field_tag "group_by", "note" %>
<%= text_field "search", "body_matches", :placeholder => "Search notes" %>
<% end %>