diff --git a/app/views/tags/_secondary_links.html.erb b/app/views/tags/_secondary_links.html.erb index 09d138a1e..672a295a4 100644 --- a/app/views/tags/_secondary_links.html.erb +++ b/app/views/tags/_secondary_links.html.erb @@ -8,6 +8,7 @@
  • <%= link_to "Help", wiki_pages_path(:search => {:title => "help:tags"}) %>
  • <% if @tag %>
  • |
  • +
  • <%= link_to "Posts (#{Post.fast_count(@tag.name)})", posts_path(:tags => @tag.name) %>
  • <%= link_to "Edit", edit_tag_path(@tag) %>
  • <% if @tag.post_count < 1_000 %>
  • <%= link_to "Fix", new_tag_correction_path(:tag_id => @tag.id) %>