Files
danbooru/app/views/forum_topics/_search.html.erb
2011-03-11 19:24:19 -05:00

7 lines
166 B
Plaintext

<div id="search">
<%= form_tag(forum_posts_path, :method => :get) do %>
<%= text_field_tag "title_matches" %>
<%= submit_tag "Search" %>
<% end %>
</div>