fix typo
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user