X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/0f2d00f9d7d5d28149707f66c719b28edfe51aed..9a37b12ee33ddaca8ec3d9a9f771e0faf8df9739:/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 }}