fixes #1624
This commit is contained in:
@@ -21,7 +21,7 @@
|
|||||||
<% if tag.editable_by?(CurrentUser.user) %>
|
<% if tag.editable_by?(CurrentUser.user) %>
|
||||||
<%= link_to "edit", edit_tag_path(tag) %>
|
<%= link_to "edit", edit_tag_path(tag) %>
|
||||||
<% end %>
|
<% 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) %>
|
| <%= link_to "fix", new_tag_correction_path(:tag_id => tag.id) %>
|
||||||
<% end %>
|
<% end %>
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user