Revert "make pool gallery the default view"

This reverts commit 719343cea5.
This commit is contained in:
r888888888
2014-09-05 22:26:47 -07:00
parent dec92a67c4
commit 5c22d8753f
8 changed files with 10 additions and 14 deletions

View File

@@ -1,7 +1,8 @@
<% content_for(:secondary_links) do %>
<menu>
<li><%= render "pools/quick_search" %></li>
<li><%= link_to "Listing", gallery_pools_path %></li>
<li><%= link_to "Gallery", gallery_pools_path %></li>
<li><%= link_to "Listing", pools_path %></li>
<li><%= link_to "New", new_pool_path %></li>
<li><%= link_to "Help", wiki_pages_path(:search => {:title => "help:pools"}) %></li>
<% if CurrentUser.is_member? && @pool && !@pool.new_record? %>