This commit is contained in:
r888888888
2014-02-18 16:25:52 -08:00
parent bbe62f0eff
commit 20eaa1f03f
2 changed files with 1 additions and 5 deletions

View File

@@ -71,10 +71,6 @@ class PostPresenter < Presenter
def humanized_essential_tag_string
string = []
if @post.rating != "s"
string << "#r-18"
end
if @post.character_tags.any?
chartags = @post.character_tags.slice(0, 5)
if @post.character_tags.length > 5