fixes #51: Post change search issue

This commit is contained in:
albert
2011-09-14 13:13:28 -04:00
parent 5abf3f096e
commit 12d85416ec
5 changed files with 31 additions and 11 deletions

View File

@@ -0,0 +1,13 @@
<div id="c-post-versions">
<div id="a-search">
<div id="search">
<%= simple_form_for(@search) do |f| %>
<%= f.input :updater_name_eq, :label => "User", :required => false %>
<%= f.input :post_id_eq, :label => "Post", :required => false %>
<%= f.button :submit, :value => "Search" %>
<% end %>
</div>
</div>
</div>
<%= render "secondary_links" %>