This commit is contained in:
Toks
2013-07-07 19:29:24 -04:00
parent fc3aac28b8
commit 39a6cca62a
6 changed files with 16 additions and 14 deletions

View File

@@ -0,0 +1,3 @@
<%= form_tag(forum_posts_path, :method => :get) do %>
<%= text_field "search", "body_matches", :id => "quick_search_body_matches", :placeholder => "Search forum" %>
<% end %>