<% content_for(:secondary_links) do %>
  • <%= link_to "Listing", posts_path %>
  • <%= link_to "Upload", new_upload_path %>
  • <%= link_to "Popular", popular_explore_posts_path %>
  • <%= link_to "Hot", posts_path(:tags => "order:rank") %>
  • <% unless CurrentUser.is_anonymous? %>
  • <%= link_to "Favorites", favorites_path %>
  • <%= link_to "Subscriptions", posts_path(:tags => "sub:#{CurrentUser.name}") %>
  • <% end %>
  • <%= link_to "Changes", post_versions_path %>
  • <% if CurrentUser.is_janitor? %>
  • <%= link_to "Moderate", moderator_post_queue_path %>
  • <% end %>
  • <%= link_to "Help", wiki_pages_path(:title => "help:posts") %>
  • <% end %>