From 0446ce588c4e0511498f98afd1f66a6397397053 Mon Sep 17 00:00:00 2001 From: ghostrigger Date: Sat, 27 Jul 2013 00:27:39 +0800 Subject: [PATCH] for #1896 modify Posts to Listing in /post_versions --- app/views/post_versions/_secondary_links.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/post_versions/_secondary_links.html.erb b/app/views/post_versions/_secondary_links.html.erb index 57dfff376..3fc65c84a 100644 --- a/app/views/post_versions/_secondary_links.html.erb +++ b/app/views/post_versions/_secondary_links.html.erb @@ -1,6 +1,6 @@ <% content_for(:secondary_links) do %> -
  • <%= link_to "Posts", posts_path %>
  • +
  • <%= link_to "Listing", posts_path %>
  • <%= link_to "Upload", new_upload_path %>
  • <%= link_to "Search", search_post_versions_path %>
  • <%= link_to "Changes", post_versions_path %>