include #r18 hash tag in humanized tag string
This commit is contained in:
@@ -72,7 +72,7 @@ class PostPresenter < Presenter
|
|||||||
string = []
|
string = []
|
||||||
|
|
||||||
if !@post.rating == "s"
|
if !@post.rating == "s"
|
||||||
string << "#r18"
|
string << "#r-18"
|
||||||
end
|
end
|
||||||
|
|
||||||
if @post.character_tags.any?
|
if @post.character_tags.any?
|
||||||
|
|||||||
Reference in New Issue
Block a user