forked from MarseyWorld/MarseyWorld
collapse modmail in the main notif page too
parent
a76729cda5
commit
4ba8433175
|
@ -511,7 +511,7 @@
|
|||
|
||||
{% if render_replies %}
|
||||
<div id="replies-of-{{c.fullname}}">
|
||||
{% 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 %}
|
||||
|
|
Loading…
Reference in New Issue