X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/0f2d00f9d7d5d28149707f66c719b28edfe51aed..174c53e97bcf1e5412c141829d152aa5a2b8684c:/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..71b454a 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.comment }} -
- {{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 %} @@ -46,37 +39,39 @@ {% trans "add new comment" %} {% endif %}
-{% if can_comment %}
-
+ {% if can_comment %} +
- +
+ + {{ min_length }}|{{ max_length }} + {% trans "characters needed" %} + {% trans "characters left" %} + + + +
- - {% blocktrans %} - have {{ max_length }} characters left - {% endblocktrans %} -
+ {% endif %}
-{% endif %} \ No newline at end of file