fix: hide reply button at closed topic

This commit is contained in:
mrilyew 2025-05-27 18:43:27 +03:00
parent e82cb5d6d7
commit e7ec66b702

View file

@ -24,7 +24,7 @@
{if sizeof($comments) > 0}
<div class='scroll_container'>
<div class='scroll_node' n:foreach="$comments as $comment">
{include "comment.xml", comment => $comment}
{include "comment.xml", comment => $comment, no_reply_button => $readOnly}
</div>
</div>
<div style="margin-top: 11px;">