mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
Global: Add some spacing between comments and paginator
This commit is contained in:
parent
b90df2b49a
commit
8b86fdecd3
1 changed files with 3 additions and 1 deletions
|
@ -10,7 +10,9 @@
|
||||||
{foreach $comments as $comment}
|
{foreach $comments as $comment}
|
||||||
{include "comment.xml", comment => $comment}
|
{include "comment.xml", comment => $comment}
|
||||||
{/foreach}
|
{/foreach}
|
||||||
|
<div style="margin-top: 11px;">
|
||||||
{include "paginator.xml", conf => (object) ["page" => $page, "count" => $count, "amount" => sizeof($comments), "perPage" => 10]}
|
{include "paginator.xml", conf => (object) ["page" => $page, "count" => $count, "amount" => sizeof($comments), "perPage" => 10]}
|
||||||
|
</div>
|
||||||
{else}
|
{else}
|
||||||
<!-- {if $model === "photos"}
|
<!-- {if $model === "photos"}
|
||||||
<p>Будьте первым, кто оставит комментарий к этой фотографии</p>
|
<p>Будьте первым, кто оставит комментарий к этой фотографии</p>
|
||||||
|
|
Loading…
Reference in a new issue