From 8b86fdecd3343ab3326d71f57b4f37ee08194572 Mon Sep 17 00:00:00 2001 From: Maxim Leshchenko Date: Sun, 12 Dec 2021 14:15:50 +0200 Subject: [PATCH] Global: Add some spacing between comments and paginator --- Web/Presenters/templates/components/comments.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Web/Presenters/templates/components/comments.xml b/Web/Presenters/templates/components/comments.xml index cfc103c7..0e04b73e 100644 --- a/Web/Presenters/templates/components/comments.xml +++ b/Web/Presenters/templates/components/comments.xml @@ -10,7 +10,9 @@ {foreach $comments as $comment} {include "comment.xml", comment => $comment} {/foreach} - {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]} +
{else}