Files
danbooru/app/views/forum_posts/search.html.erb

12 lines
351 B
Plaintext

<div id="c-forum-topics">
<div id="a-search">
<h3>Search Forum Posts</h3>
<%= simple_form_for @search do |f| %>
<%= f.input :topic_title_matches, :label => "Title" %>
<%= f.input :body_matches, :label => "Body" %>
<%= f.button :submit, "Search" %>
<% end %>
</div>
</div>
<%= render "forum_topics/secondary_links" %>