include #r18 hash tag in humanized tag string
This commit is contained in:
@@ -71,6 +71,10 @@ class PostPresenter < Presenter
|
||||
def humanized_essential_tag_string
|
||||
string = []
|
||||
|
||||
if !@post.rating == "s"
|
||||
string << "#r18"
|
||||
end
|
||||
|
||||
if @post.character_tags.any?
|
||||
chartags = @post.character_tags.slice(0, 5)
|
||||
if @post.character_tags.length > 5
|
||||
|
||||
Reference in New Issue
Block a user