make pool gallery the default view

This commit is contained in:
r888888888
2014-09-05 16:27:19 -07:00
parent 267df896c6
commit 719343cea5
8 changed files with 14 additions and 10 deletions

View File

@@ -1,3 +1,3 @@
<%= form_tag(pools_path, :method => :get) do %>
<%= form_tag(gallery_pools_path, :method => :get) do %>
<%= text_field "search", "name_matches", :id => "quick_search_name_matches", :placeholder => "Search pools" %>
<% end %>