From 6d843cff1f503d2915744457bdb120357dd7a2b6 Mon Sep 17 00:00:00 2001 From: Toks Date: Tue, 23 Apr 2013 16:08:42 -0400 Subject: [PATCH] fixes #1423 --- app/views/tags/_secondary_links.html.erb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/views/tags/_secondary_links.html.erb b/app/views/tags/_secondary_links.html.erb index 33b6b8e7d..7eeb7f7c5 100644 --- a/app/views/tags/_secondary_links.html.erb +++ b/app/views/tags/_secondary_links.html.erb @@ -2,6 +2,8 @@
  • <%= render "tags/quick_search" %>
  • <%= link_to "Listing", tags_path %>
  • +
  • <%= link_to "Aliases", tag_aliases_path %>
  • +
  • <%= link_to "Implications", tag_implications_path %>
  • <%= link_to "Help", wiki_pages_path(:search => {:title => "help:tags"}) %>
  • <% if @tag %>
  • |