[COMMENTS] Unicode symbol -> Image

This commit is contained in:
veselcraft 2021-01-16 17:29:21 -05:00
parent 30ae2d3a07
commit 40c24a69af

View file

@ -29,8 +29,8 @@
<div style="float: right; font-size: .7rem;">
<a href="/comment{$comment->getId()}/like?hash={rawurlencode($csrfToken)}">
<text style="{if $comment->hasLikeFrom($thisUser)}color: red;{else}filter: sepia(1){/if}">&#10084;</text>
{$comment->getLikesCount()}
<div class="heart" style="{if $comment->hasLikeFrom($thisUser)}opacity: 1;{else}opacity: 0.4;{/if}"></div>
<span class="likeCnt">{$comment->getLikesCount()}</span>
</a>
</div>
</div>