From 4ba8433175015bd3585804410c1382aebb87bb66 Mon Sep 17 00:00:00 2001 From: Aevann Date: Mon, 6 Mar 2023 22:33:29 +0200 Subject: [PATCH] collapse modmail in the main notif page too --- files/templates/comments.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index b5345734e..92ad29a25 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -511,7 +511,7 @@ {% if render_replies %}
- {% if request.path.startswith('/notifications/') and replies|length > 8 %} + {% if request.path.startswith('/notifications') and replies|length > 8 %} {% for reply in replies %} {{single_comment(reply, level=level+1, collapse=(not reply.unread and loop.index != replies|length))}} {% endfor %}