fixes to model searches

This commit is contained in:
albert
2013-02-19 12:27:17 -05:00
parent e678427ee7
commit e0fdda3103
21 changed files with 68 additions and 68 deletions

View File

@@ -1,7 +1,7 @@
<div id="c-forum-topics">
<div id="a-search">
<h1>Search Forum</h1>
<%= form_tag(forum_topics_path, :method => :get, :class => "simple_form") do %>
<%= form_tag(forum_posts_path, :method => :get, :class => "simple_form") do %>
<%= search_field "topic_title_matches", :label => "Title" %>
<%= search_field "body_matches", :label => "Body" %>
<%= search_field "creator_name", :label => "Author" %>