Conflicts: app/views/artists/_quick_search.html.erb app/views/pools/_quick_search.html.erb app/views/tags/_quick_search.html.erb app/views/wiki_pages/_quick_search.html.erb
4 lines
171 B
Plaintext
4 lines
171 B
Plaintext
<%= form_tag(pools_path, :method => :get) do %>
|
|
<%= text_field "search", "name_matches", :id => "quick_search_name_matches", :placeholder => "Search pools" %>
|
|
<% end %>
|