From bf415a2a463b87ced432bc0d7f2c38d17de18438 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=91cze=20Bence?= Date: Sun, 28 May 2023 18:32:19 +0200 Subject: [PATCH] RVRNEXT-22 use pagination template --- views/communities/transactions.php | 33 +++++++----------------------- views/events/events.php | 33 +++++++----------------------- 2 files changed, 14 insertions(+), 52 deletions(-) diff --git a/views/communities/transactions.php b/views/communities/transactions.php index 612b12a..23e40c5 100644 --- a/views/communities/transactions.php +++ b/views/communities/transactions.php @@ -13,20 +13,13 @@

New transaction

0): ?> + $community->getSlug()]; + ?> + 1): ?> -

- « - - - - - - - - - - » -

+ @include(templates/pagination) @@ -51,19 +44,7 @@ 1): ?> -

- « - - - - - - - - - - » -

+ @include(templates/pagination)

New transaction

diff --git a/views/events/events.php b/views/events/events.php index a3cf74b..45c70e1 100644 --- a/views/events/events.php +++ b/views/events/events.php @@ -9,20 +9,13 @@

New event

0): ?> + $community->getSlug()]; + ?> + 1): ?> -

- « - - - - - - - - - - » -

+ @include(templates/pagination) @@ -36,19 +29,7 @@ 1): ?> -

- « - - - - - - - - - - » -

+ @include(templates/pagination)

New event