From 22335cfb840e7b3d545606f6b6dbf2e1e211a2c7 Mon Sep 17 00:00:00 2001 From: r888888888 Date: Fri, 21 Jun 2013 14:26:08 -0700 Subject: [PATCH] fixes #1624 --- app/views/tags/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/tags/index.html.erb b/app/views/tags/index.html.erb index 5f4eae7d7..6c5b83a8e 100644 --- a/app/views/tags/index.html.erb +++ b/app/views/tags/index.html.erb @@ -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 %>