From bd8961ad34500370d78a5fb2c073abb10689e4f3 Mon Sep 17 00:00:00 2001 From: Aevann Date: Tue, 16 Apr 2024 19:24:21 +0200 Subject: [PATCH] add ability to hide cdo reply icon via css --- files/templates/comments.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index 0162f5ed4..669359ec5 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -221,7 +221,9 @@ {%- endif -%} " class="ml-2 {% if not c.parent_comment.author.earlylife %}unbreakable{% endif %}"> - {{c.parent_comment.author_name}} + + {{- c.parent_comment.author_name -}} + {% endif %}