diff --git a/app/views/post_versions/_secondary_links.html.erb b/app/views/post_versions/_secondary_links.html.erb index 4add9a4fa..57dfff376 100644 --- a/app/views/post_versions/_secondary_links.html.erb +++ b/app/views/post_versions/_secondary_links.html.erb @@ -3,6 +3,7 @@
  • <%= link_to "Posts", 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 %>