X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/410bfa05ee36ed1d99356c443a5f3f6aa3ee9578..bfcf39c1ff103ab78ca8d1ee7d22c044d1b5e7cb:/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 571fd24..9105f56 100644 --- a/forum/skins/default/templates/node/comments.html +++ b/forum/skins/default/templates/node/comments.html @@ -19,10 +19,16 @@ {% 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,15 +45,15 @@ {% trans "add new comment" %} {% endif %} -{% if can_comment %}
+ {% if can_comment %}
- +
{{ min_length }}|{{ max_length }} - {% trans "characters to go" %} + {% trans "characters needed" %} {% trans "characters left" %} @@ -58,11 +64,14 @@
%COMMENT%
-
- + - + + + ({% trans "just now" %}) %USERNAME% {% if user.is_authenticated %} @@ -72,6 +81,6 @@
+ {% endif %}
-{% endif %} - \ No newline at end of file +