From 227ad4663453e144a97f2f2de9a4e4ff364f826e Mon Sep 17 00:00:00 2001 From: Toks Date: Sat, 22 Jun 2013 14:05:30 -0400 Subject: [PATCH] consistency with comment search page --- app/views/notes/search.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/notes/search.html.erb b/app/views/notes/search.html.erb index 8a8386c51..01a476127 100644 --- a/app/views/notes/search.html.erb +++ b/app/views/notes/search.html.erb @@ -5,8 +5,8 @@ <%= form_tag(notes_path, :method => :get, :class => "simple_form") do %> <%= hidden_field_tag "group_by", "note" %> <%= search_field "body_matches", :label => "Body" %> - <%= search_field "post_tags_match", :label => "Tags" %> <%= search_field "creator_name", :label => "Author" %> + <%= search_field "post_tags_match", :label => "Tags" %> <%= submit_tag "Search" %> <% end %>