X-Git-Url: https://git.openstreetmap.org/osqa.git/blobdiff_plain/a813f8fd620d144d1e7845024d906e8c18b8f9f7..493f5c31bcaf9f89774a9ab5489581ca4729d4a6:/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 41a97aa..68ebde2 100644 --- a/forum/skins/default/templates/node/comments.html +++ b/forum/skins/default/templates/node/comments.html @@ -1,52 +1,7 @@ {% load extra_tags %} {% load i18n %} -
- {% for comment in comments %} - -
-
{% if comment.score %}{{ comment.score }}{% endif %}
-
{{ comment.comment }}
-
- {% if comment.can_like %} - - {% endif %} - {% if comment.can_edit %} - - {% endif %} - {% if comment.can_delete %} - - {% endif %} - {% if comment.can_convert %} - - - {% endif %} - - - ({% diff_date comment.added_at %}) - {{comment.user.decorated_name}} - {% if show_gravatar %}{% gravatar comment.user 18 %}{% endif %} -
-
- {% endfor %} -
-
- {% ifnotequal showing total %} - - {% blocktrans %}showing {{ showing }} of {{ total }}{% endblocktrans %} - - {% trans "show all" %} - {% endifnotequal %} - {% if can_comment %} - {% trans "add new comment" %} - {% endif %} -
+
{% if can_comment %}
@@ -101,4 +56,51 @@
{% endif %}
- +
+ +
+ {% for comment in comments %} + +
+
{% if comment.score %}{{ comment.score }}{% endif %}
+
{{ comment.comment }}
+
+ {% if comment.can_like %} + + {% endif %} + {% if comment.can_edit %} + + {% endif %} + {% if comment.can_delete %} + + {% endif %} + {% if comment.can_convert %} + + + {% endif %} + + + ({% diff_date comment.added_at %}) + {{comment.user.decorated_name}} + {% if show_gravatar %}{% gravatar comment.user 18 %}{% endif %} +
+
+ {% endfor %} +
+
+ {% ifnotequal showing total %} + + {% blocktrans %}showing {{ showing }} of {{ total }}{% endblocktrans %} + + {% trans "show all" %} + {% endifnotequal %} + {% if can_comment %} + {% trans "add new comment" %} + {% endif %} +