<% 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_tag_subscription_path(CurrentUser.id) %>
  • <% end %>
  • <%= link_to "Changes", post_versions_path %>
  • <%= link_to "Moderate", moderator_post_dashboard_path %>
  • <%= link_to "Help", wiki_pages_path(:title => "help:posts") %>
  • <% end %>