Files
danbooru/app/views/posts/partials/common/_search.html.erb
2013-03-19 23:11:58 +11:00

13 lines
217 B
Plaintext

<!--
- path
- tags
-->
<section id="search-box">
<h1>Search</h1>
<%= form_tag(path, :method => "get") do %>
<%= text_field_tag("tags", tags, :size => 20) %>
<%= submit_tag "Go" %>
<% end %>
</section>