diff --git a/frappe/templates/includes/comments/comments.html b/frappe/templates/includes/comments/comments.html index ef53effe53..ffd09523af 100644 --- a/frappe/templates/includes/comments/comments.html +++ b/frappe/templates/includes/comments/comments.html @@ -9,10 +9,10 @@ {% endif %}
- {% for comment in comment_list %} -
- {% include "templates/includes/comments/comment.html" %} -
+ {% for comment in comment_list %} +
+ {% include "templates/includes/comments/comment.html" %} +
{% endfor %}
@@ -25,26 +25,22 @@
{{ _("Add Comment") }} -