fix: hide reply button at closed topic

This commit is contained in:
mrilyew 2025-05-27 18:43:27 +03:00 committed by Alexander Minkin
parent 53115cb946
commit 7e65f25d7b

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;">