<% content_for(:secondary_links) do %>
  • <%= render "notes/quick_search" %>
  • <%= link_to "Listing", notes_path %>
  • <%= link_to "Posts", posts_path(:tags => "order:note") %>
  • <%= link_to "Search", search_notes_path %>
  • <%= link_to "History", note_versions_path %>
  • <%= link_to "Requests", posts_path(:tags => "translation_request") %>
  • <%= link_to "Help", wiki_pages_path(:title => "help:notes") %>
  • <% end %>