From 75490306a2ba3b23fc24b8591072ac6ef38bd414 Mon Sep 17 00:00:00 2001 From: Julie Lenaerts Date: Wed, 1 Jun 2022 11:04:23 +0200 Subject: [PATCH] add pagination on workflow list page --- .../ChillMainBundle/Resources/views/Workflow/list.html.twig | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Bundle/ChillMainBundle/Resources/views/Workflow/list.html.twig b/src/Bundle/ChillMainBundle/Resources/views/Workflow/list.html.twig index 562413bc2..85a521d2a 100644 --- a/src/Bundle/ChillMainBundle/Resources/views/Workflow/list.html.twig +++ b/src/Bundle/ChillMainBundle/Resources/views/Workflow/list.html.twig @@ -115,5 +115,6 @@ {% endfor %} {% endif %} + {{ chill_pagination(paginator) }} {% endblock %}