X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/0f2d00f9d7d5d28149707f66c719b28edfe51aed..103b5c05008c7571ac33b55d978ca8a297e9f927:/forum/skins/default/templates/node/comments.html diff --git a/forum/skins/default/templates/node/comments.html b/forum/skins/default/templates/node/comments.html index 022f19c..d62e521 100644 --- a/forum/skins/default/templates/node/comments.html +++ b/forum/skins/default/templates/node/comments.html @@ -3,13 +3,14 @@
{% for comment in comments %} + - @@ -17,7 +18,7 @@ {{comment.user}}({% diff_date comment.added_at %}) {% if comment.can_like %} - {% endif %}
+ {% if comment.score %}{{ comment.score }}{% endif %} - {{ comment.comment }} + {{ comment.body }}