Don't mark cosplay/style tags as low post count
This commit is contained in:
@@ -36,7 +36,7 @@ class TagListComponent < ApplicationComponent
|
|||||||
end
|
end
|
||||||
|
|
||||||
def is_underused_tag?(tag)
|
def is_underused_tag?(tag)
|
||||||
tag.post_count <= 1 && tag.general?
|
tag.post_count <= 1 && tag.general? && tag.name !~ /_\((cosplay|style)\)\z/
|
||||||
end
|
end
|
||||||
|
|
||||||
def humanized_post_count(tag)
|
def humanized_post_count(tag)
|
||||||
|
|||||||
Reference in New Issue
Block a user