fix typo
This commit is contained in:
@@ -71,7 +71,7 @@ class PostPresenter < Presenter
|
|||||||
def humanized_essential_tag_string
|
def humanized_essential_tag_string
|
||||||
string = []
|
string = []
|
||||||
|
|
||||||
if !@post.rating == "s"
|
if @post.rating != "s"
|
||||||
string << "#r-18"
|
string << "#r-18"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user