X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/133a8f939cdfa69dd6a7caeafed158aa38d20092..4f0d028414c1762c17d2cc08f961f169678cab59:/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..571fd24 100644 --- a/forum/skins/default/templates/node/comments.html +++ b/forum/skins/default/templates/node/comments.html @@ -3,39 +3,32 @@
{% for comment in comments %} - - - - - - - - -
- {% 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 %} -
+ +
+
{% if comment.score %}{{ comment.score }}{% endif %}
+
{{ comment.comment }}
+
+ {% if comment.can_like %} + + {% endif %} + {% if comment.can_edit %} + + {% endif %} + {% if comment.can_delete %} + + {% endif %} + ({% diff_date comment.added_at %}) + {{comment.user}} + {% if show_gravatar %}{% gravatar comment.user 18 %}{% endif %} +
+
{% endfor %}
- {% ifnotequal showing total %} {% blocktrans %}showing {{ showing }} of {{ total }}{% endblocktrans %} @@ -48,33 +41,35 @@
{% if can_comment %}
-
+
- +
+ + {{ min_length }}|{{ max_length }} + {% trans "characters to go" %} + {% trans "characters left" %} + + + +
- - {% blocktrans %} - have {{ max_length }} characters left - {% endblocktrans %} -