4 lines
179 B
Plaintext
4 lines
179 B
Plaintext
<%= form_tag(gallery_pools_path, :method => :get) do %>
|
|
<%= text_field "search", "name_matches", :id => "quick_search_name_matches", :placeholder => "Search pools" %>
|
|
<% end %>
|