<% content_for(:secondary_links) do %>
  • <%= link_to "Listing", posts_path %>
  • <%= link_to "Upload", new_upload_path %>
  • <%= link_to "Search", search_post_versions_path %>
  • <%= link_to "Changes", post_versions_path %>
  • <%= link_to "Help", wiki_pages_path(:title => "help:posts") %>
  • <% end %>