mirror of
https://github.com/openvk/openvk
synced 2025-06-07 20:34:38 +03:00
feat: count of comments on microblog
This commit is contained in:
parent
3c6ce6e22f
commit
1d1eae3da2
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,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