Files
danbooru/app/views/posts/partials/common/_search.html.erb
albert 969185ad24 work
2011-05-26 19:10:08 -04:00

5 lines
131 B
Plaintext

<%= form_tag(posts_path, :method => "get") do %>
<%= text_field_tag("tags", params[:tags]) %>
<%= submit_tag "Go" %>
<% end %>