<% content_for(:secondary_links) do %>
  • <%= link_to "Listing", pools_path %>
  • <%= link_to "Search", search_pools_path %>
  • <%= link_to "New", new_pool_path %>
  • <% if @pool && !@pool.new_record? %>
  • |
  • <%= link_to "Show", pool_path(@pool) %>
  • <%= link_to "Posts", posts_path(:tags => "pool:#{@pool.id}") %>
  • <%= link_to "Edit", edit_pool_path(@pool) %>
  • <%= link_to "Order", edit_pool_order_path(@pool) %>
  • <% end %>
    <% end %>