From 1fc37d5e913fbaa4c8f6c675a0708ee0a59dd7ac Mon Sep 17 00:00:00 2001 From: mrilyew <99399973+mrilyew@users.noreply.github.com> Date: Sat, 24 May 2025 17:11:26 +0300 Subject: [PATCH] feat: count of comments on microblog --- Web/Presenters/templates/components/post/microblogpost.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Web/Presenters/templates/components/post/microblogpost.xml b/Web/Presenters/templates/components/post/microblogpost.xml index b39b8239..c163154f 100644 --- a/Web/Presenters/templates/components/post/microblogpost.xml +++ b/Web/Presenters/templates/components/post/microblogpost.xml @@ -148,7 +148,7 @@ {/if}
- {_view_other_comments} + {_view_other_comments} ({$commentsCount - 3}) {foreach $comments as $comment} {include "../comment.xml", comment => $comment, $compact => true} {/foreach}