X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/133a8f939cdfa69dd6a7caeafed158aa38d20092..9f1d9b668a5de15e370dc0cd85997f458bbb2c98:/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 e91db87..a84ef89 100644 --- a/forum/skins/default/templates/node/comments.html +++ b/forum/skins/default/templates/node/comments.html @@ -1,82 +1,56 @@ {% load extra_tags %} {% load i18n %} +{% if show_latest_comments_first %}{% include "node/comment_skeleton.html" %}{% endif %} +
- {% if comment.score %}{{ comment.score }}{% endif %} - | -- {{ comment.body }} - | -
- {{comment.user}} - ({% diff_date comment.added_at %}) - {% if comment.can_like %} - - {% endif %} - {% if comment.can_edit %} - - {% endif %} - {% if comment.can_delete %} - - {% endif %} - | -