This commit is contained in:
r888888888
2014-02-18 15:05:51 -08:00
parent 7f356a63b4
commit 9820c1c209

View File

@@ -71,7 +71,7 @@ class PostPresenter < Presenter
def humanized_essential_tag_string
string = []
if !@post.rating == "s"
if @post.rating != "s"
string << "#r-18"
end