Fix rated status for comments (was missing space between classes)
This commit is contained in:
@@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
.comment-meta
|
.comment-meta
|
||||||
.comment-rating(
|
.comment-rating(
|
||||||
class="{% if comment._current_user_rating is not none %}rated{% if comment._current_user_rating %}positive{% endif %}{% endif %}")
|
class="{% if comment._current_user_rating is not none %}rated{% if comment._current_user_rating %} positive{% endif %}{% endif %}")
|
||||||
.comment-rating-value(title="Number of likes") {{ rating }}
|
.comment-rating-value(title="Number of likes") {{ rating }}
|
||||||
| {% if not comment._is_own %}
|
| {% if not comment._is_own %}
|
||||||
.comment-action-rating.up(title="Like comment")
|
.comment-action-rating.up(title="Like comment")
|
||||||
|
Reference in New Issue
Block a user