X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/c4fa700661c2b69ae02eb282b25bb11d5ebc30f4..9a977e5ab9fbc074e28aeb85c90a8707ffd66158:/forum/skins/default/templates/node/comments.html?ds=sidebyside diff --git a/forum/skins/default/templates/node/comments.html b/forum/skins/default/templates/node/comments.html index 43b1553..41a97aa 100644 --- a/forum/skins/default/templates/node/comments.html +++ b/forum/skins/default/templates/node/comments.html @@ -19,10 +19,18 @@ {% endif %} {% if comment.can_delete %} + class="ajax-command comment-delete confirm" rel="nofollow"> {% endif %} + {% if comment.can_convert %} + + + {% endif %} + + ({% diff_date comment.added_at %}) - {{comment.user}} + {{comment.user.decorated_name}} {% if show_gravatar %}{% gravatar comment.user 18 %}{% endif %} @@ -39,11 +47,12 @@ {% trans "add new comment" %} {% endif %} -{% if can_comment %}
+ {% if can_comment %}
+ {% csrf_token %}
- +
{{ min_length }}|{{ max_length }} @@ -53,16 +62,34 @@
+
+ {% if user.can_use_canned_comments %} +
+ + {% trans "Use canned comment" %} + + +
+ {% endif %}
+ {% endif %}
-{% endif %} - \ No newline at end of file +