This commit is contained in:
r888888888
2013-06-21 14:26:08 -07:00
parent d842f36f15
commit 22335cfb84

View File

@@ -21,7 +21,7 @@
<% if tag.editable_by?(CurrentUser.user) %>
<%= link_to "edit", edit_tag_path(tag) %>
<% end %>
<% if CurrentUser.is_builder? && tag.post_count < 1_000 %>
<% if CurrentUser.is_builder? %>
| <%= link_to "fix", new_tag_correction_path(:tag_id => tag.id) %>
<% end %>
</td>