18 lines
551 B
Plaintext
18 lines
551 B
Plaintext
<div id="c-forum-topics">
|
|
<div id="a-search">
|
|
<h1>Search Forum</h1>
|
|
<%= form_tag(forum_topics_path, :method => :get, :class => "simple_form") do %>
|
|
<%= search_field :topic_title_matches, :label => "Title" %>
|
|
<%= search_field :body_matches, :label => "Body" %>
|
|
<%= search_field :creator_name, :label => "Author" %>
|
|
<%= submit_tag "Search" %>
|
|
<% end %>
|
|
</div>
|
|
</div>
|
|
|
|
<%= render "forum_topics/secondary_links" %>
|
|
|
|
<% content_for(:page_title) do %>
|
|
Search Forum Posts - <%= Danbooru.config.app_name %>
|
|
<% end %>
|