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}