better error message when searching comments with metatags

This commit is contained in:
albert
2013-03-02 20:55:46 -05:00
parent c6c1da5de0
commit 43a32efdc5
3 changed files with 26 additions and 4 deletions

View File

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