5 lines
216 B
Plaintext
5 lines
216 B
Plaintext
<%= form_tag(notes_path, :method => :get) do %>
|
|
<%= hidden_field_tag "group_by", "note" %>
|
|
<%= text_field "search", "body_matches", :id => "quick_search_body_matches", :placeholder => "Search notes" %>
|
|
<% end %>
|