From c41ee1d9ded39cc5b5435f5733731c24916a2c3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Fri, 27 May 2022 22:47:32 +0200 Subject: [PATCH] add pagination on notification list --- .../ChillMainBundle/Resources/views/Notification/list.html.twig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Bundle/ChillMainBundle/Resources/views/Notification/list.html.twig b/src/Bundle/ChillMainBundle/Resources/views/Notification/list.html.twig index b2f6169ee..1f1cbe673 100644 --- a/src/Bundle/ChillMainBundle/Resources/views/Notification/list.html.twig +++ b/src/Bundle/ChillMainBundle/Resources/views/Notification/list.html.twig @@ -54,6 +54,8 @@ } %} {% endfor %} + + {{ chill_pagination(paginator) }} {% endif %} {% endblock content %}