This commit is contained in:
Toks
2014-07-06 12:00:08 -04:00
parent 95d7b3bce5
commit 772003a55a
8 changed files with 11 additions and 19 deletions

View File

@@ -7,7 +7,7 @@
<%= search_field "body_matches", :label => "Body" %>
<%= search_field "creator_name", :label => "Author" %>
<%= search_field "post_tags_match", :label => "Tags", :hint => "Meta-tags not supported" %>
<%= search_field "post_tags_match", :label => "Tags" %>
<%= submit_tag "Search" %>
<% end %>
</div>