Files
danbooru/app/views/forum_posts/_search.html.erb
2011-01-13 18:16:39 -05:00

8 lines
166 B
Plaintext

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