mirror of
https://github.com/openvk/openvk
synced 2025-07-04 06:49:50 +03:00
feat: count of comments on microblog
This commit is contained in:
parent
ccb1448c15
commit
1fc37d5e91
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@
|
|||
{/if}
|
||||
</div>
|
||||
<div n:if="!($forceNoCommentsLink ?? false) && $commentSection == true && $compact == false" class="post-menu-s">
|
||||
<a n:if="$commentsCount > 3" href="/wall{$post->getPrettyId()}" class="expand_button">{_view_other_comments}</a>
|
||||
<a n:if="$commentsCount > 3" href="/wall{$post->getPrettyId()}" class="expand_button">{_view_other_comments} ({$commentsCount - 3})</a>
|
||||
{foreach $comments as $comment}
|
||||
{include "../comment.xml", comment => $comment, $compact => true}
|
||||
{/foreach}
|
||||
|
|
Loading…
Reference in a new issue