fix ids in quick searches again

This commit is contained in:
Toks
2013-03-30 15:54:56 -04:00
parent c51c3e800a
commit 190d1b1488
4 changed files with 4 additions and 4 deletions

View File

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