From ed5c70d349f2e3121a6983c27dc7f2975c6dafc2 Mon Sep 17 00:00:00 2001 From: Unknown Date: Mon, 22 May 2017 15:37:49 +0200 Subject: [PATCH] Fix pagination --- app/Resources/views/model/index.html.twig | 4 ++-- .../views/pagination/sortable_link.html.twig | 12 ++++++++++++ app/Resources/views/set/index.html.twig | 10 ++++++---- app/config/config.yml | 6 +++--- app/config/config/fos_elastica.yml | 18 +++++++++++------- src/AppBundle/Controller/ModelController.php | 11 +++-------- .../Repository/Search/ModelRepository.php | 6 +++--- .../Repository/Search/SetRepository.php | 6 +++--- 8 files changed, 43 insertions(+), 30 deletions(-) create mode 100644 app/Resources/views/pagination/sortable_link.html.twig diff --git a/app/Resources/views/model/index.html.twig b/app/Resources/views/model/index.html.twig index 07cc44f..a32f7f2 100644 --- a/app/Resources/views/model/index.html.twig +++ b/app/Resources/views/model/index.html.twig @@ -25,8 +25,8 @@