X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/9b59b6bb395208c913ce5ce19212dd5341cfa98a..32509c7ba5495ee0b0e42b0343cbd2a6125532cd:/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 87ce889..a84ef89 100644 --- a/forum/skins/default/templates/node/comments.html +++ b/forum/skins/default/templates/node/comments.html @@ -1,6 +1,8 @@ {% load extra_tags %} {% load i18n %} +{% if show_latest_comments_first %}{% include "node/comment_skeleton.html" %}{% endif %} +
{% for comment in comments %} @@ -19,8 +21,19 @@ {% endif %} {% if comment.can_delete %} + class="ajax-command comment-delete confirm" rel="nofollow"> + {% endif %} + {% if comment.can_convert %} + + + {% endif %} + + {% if comment.additional_controls %} + {{ comment.additional_controls }} {% endif %} + ({% diff_date comment.added_at %}) {{comment.user.decorated_name}} {% if show_gravatar %}{% gravatar comment.user 18 %}{% endif %} @@ -33,45 +46,11 @@ {% blocktrans %}showing {{ showing }} of {{ total }}{% endblocktrans %} - {% trans "show all" %} + {% blocktrans %}show {{ more_comments_count }} more comments{% endblocktrans %} {% endifnotequal %} {% if can_comment %} {% trans "add new comment" %} {% endif %}
-
- {% if can_comment %} -
-
- -
- - {{ min_length }}|{{ max_length }} - {% trans "characters needed" %} - {% trans "characters left" %} - - - -
-
- -
- {% endif %} -
- \ No newline at end of file + +{% if not show_latest_comments_first %}{% include "node/comment_skeleton.html" %}{% endif %}