From f403670f1221a5a58d4d5aeb1b1fcdffcd201756 Mon Sep 17 00:00:00 2001 From: BynariStar Date: Tue, 24 Oct 2017 17:19:56 +0300 Subject: [PATCH] Duplicate pagination on bottom of list (#58) Duplicate pagination on bottom of compatibility list --- site/themes/citra-bs-theme/layouts/game/list.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/site/themes/citra-bs-theme/layouts/game/list.html b/site/themes/citra-bs-theme/layouts/game/list.html index c5b5cfe..8afc7d0 100644 --- a/site/themes/citra-bs-theme/layouts/game/list.html +++ b/site/themes/citra-bs-theme/layouts/game/list.html @@ -37,7 +37,7 @@ - + @@ -80,6 +80,7 @@ {{ end }}
+ {{ end }} @@ -118,7 +119,10 @@ { name: 'date-tested', attr: 'data-timestamp' } ], searchColumns: [ 'listing-metadata' ], - pagination: true, + pagination: [ + { paginationClass: "paginationTop" }, + { paginationClass: "paginationBottom" } + ], indexAsync: true, page: 50 };