include #r18 hash tag in humanized tag string

This commit is contained in:
r888888888
2014-02-13 14:48:05 -08:00
parent 2b9d6cb44f
commit 73f1768502

View File

@@ -72,7 +72,7 @@ class PostPresenter < Presenter
string = []
if !@post.rating == "s"
string << "#r18"
string << "#r-18"
end
if @post.character_tags.any?