fixes #1588
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
<li><%= link_to "Help", wiki_pages_path(:search => {:title => "help:tags"}) %></li>
|
||||
<% if @tag %>
|
||||
<li>|</li>
|
||||
<li><%= link_to "Posts (#{Post.fast_count(@tag.name)})", posts_path(:tags => @tag.name) %></li>
|
||||
<li><%= link_to "Edit", edit_tag_path(@tag) %></li>
|
||||
<% if @tag.post_count < 1_000 %>
|
||||
<li><%= link_to "Fix", new_tag_correction_path(:tag_id => @tag.id) %></li>
|
||||
|
||||
Reference in New Issue
Block a user