Files
danbooru/app/views/artists/_search.html.erb
albert f051e04550 sync
2010-10-08 18:42:26 -04:00

7 lines
213 B
Plaintext

<div id="search-form" style="margin-bottom: 1em;">
<% form_tag(artists_path, :method => :get) do %>
<%= text_field_tag "name", params[:name], :size => 40 %>
<%= submit_tag "Search" %>
<% end %>
</div>