This commit is contained in:
albert
2012-02-20 14:56:27 -05:00
parent af8c939f7b
commit 0151d21470
2 changed files with 3 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
<div id="search">
<%= simple_form_for(@search) do |f| %>
<%= f.input :updater_name_eq, :label => "User", :required => false %>
<%= f.input :updater_name_matches, :label => "User", :required => false %>
<%= f.input :post_id_eq, :label => "Post", :required => false %>
<%= f.button :submit, :value => "Search" %>
<% end %>