<% content_for(:secondary_links) do %>
  • <%= link_to "Listing", posts_path %>
  • <%= link_to "Upload", new_upload_path %>
  • <%= link_to "Popular", explore_post_popular_path %>
  • <%= link_to "Hot", explore_post_hot_path %>
  • <% unless CurrentUser.is_anonymous? %>
  • <%= link_to "Favorites", favorites_path %>
  • <%= link_to "Subscriptions", tag_subscriptions_path(:user_id => CurrentUser.id) %>
  • <% end %>
  • <%= link_to "Changes", post_versions_path %>
  • Approvals
  • <%= link_to "Moderate", moderation_post_dashboard_path %>
  • Help
  • <% end %>