From e9635be5a81a2a602d32d8c3fdf71b52ce14832d Mon Sep 17 00:00:00 2001 From: veselcraft Date: Tue, 30 Nov 2021 18:34:07 +0300 Subject: [PATCH] Comments: Fix layout and likes count --- Web/Presenters/templates/components/comment.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Web/Presenters/templates/components/comment.xml b/Web/Presenters/templates/components/comment.xml index be7da6ba..fb67c566 100644 --- a/Web/Presenters/templates/components/comment.xml +++ b/Web/Presenters/templates/components/comment.xml @@ -10,7 +10,7 @@ width="30" class="cCompactAvatars" /> - +
{$author->getCanonicalName()} @@ -37,7 +37,7 @@
- {$comment->getLikesCount()} + {if $comment->getLikesCount() > 0}{$comment->getLikesCount()}{/if}