Fix rated status for comments (was missing space between classes)

This commit is contained in:
2016-11-01 19:28:33 +01:00
parent a385a373b9
commit d36dcad773

View File

@@ -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")