mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
Fix post indentation
This commit is contained in:
parent
9a99aeb3fc
commit
1cc7e68424
1 changed files with 14 additions and 16 deletions
|
@ -86,21 +86,19 @@
|
|||
</a>
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="like_wrap">
|
||||
{var liked = $post->hasLikeFrom($thisUser)}
|
||||
<a href="/wall{$post->getPrettyId()}/like?hash={rawurlencode($csrfToken)}"
|
||||
class="post-like-button"
|
||||
data-liked="{(int) $liked}"
|
||||
data-likes="{$post->getLikesCount()}">
|
||||
|
||||
|
||||
<div class="heart" style="{if $liked}opacity: 1;{else}opacity: 0.4;{/if}"></div>
|
||||
<span class="likeCnt">{$post->getLikesCount()}</span>
|
||||
</a></div>
|
||||
|
||||
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div n:if="isset($thisUser) &&! ($compact ?? false)" class="post-menu-s">
|
||||
<!-- kosfurler -->
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
Loading…
Reference in a new issue