Global: Add some spacing between comments and paginator

This commit is contained in:
Maxim Leshchenko 2021-12-12 14:15:50 +02:00
parent b90df2b49a
commit 8b86fdecd3
No known key found for this signature in database
GPG key ID: BB9C44A8733FBEEE

View file

@ -10,7 +10,9 @@
{foreach $comments as $comment} {foreach $comments as $comment}
{include "comment.xml", comment => $comment} {include "comment.xml", comment => $comment}
{/foreach} {/foreach}
{include "paginator.xml", conf => (object) ["page" => $page, "count" => $count, "amount" => sizeof($comments), "perPage" => 10]} <div style="margin-top: 11px;">
{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>