Files
danbooru/app/views/forum_topics/_search.html.erb
albert 668fbab77a * Updated gemfile
* Added forum post/topic unit tests
* Added forum post/topic controller tests
2011-01-12 18:00:07 -05:00

8 lines
167 B
Plaintext

<div>
<%= simple_form_for @search do |f| %>
<%= f.input :title_matches %>
<%= f.input :creator_name_equals %>
<%= f.button :submit %>
<% end %>
</div>