Add quick search for #1868

This commit is contained in:
Toks
2013-07-21 17:24:59 -04:00
parent 150d5003ff
commit f570b9b70d
3 changed files with 6 additions and 2 deletions

View File

@@ -0,0 +1,3 @@
<%= form_tag(dmails_path, :method => :get) do %>
<%= text_field "search", "message_matches", :id => "quick_search_message_matches", :placeholder => "Search messages" %>
<% end %>