Added Rateing icon
This commit is contained in:
parent
72cc886a4e
commit
be234a4b9f
@ -107,7 +107,7 @@ class PostHelper extends Rails\ActionView\Helper
|
||||
if ($post->rating == "q")
|
||||
$ddl_class .= " rating-q";
|
||||
|
||||
if ($post->rating == e"")
|
||||
if ($post->rating == "e")
|
||||
$ddl_class .= " rating-e";
|
||||
|
||||
if (!empty($options['similarity'])) {
|
||||
|
Reference in New Issue
Block a user