From 76605f2c0bfff539ae69d852165624b1ae28d8d2 Mon Sep 17 00:00:00 2001 From: Eric Leroy-Terquem Date: Tue, 29 Nov 2022 17:26:51 +0100 Subject: [PATCH] fix pagination --- app/views/administrateurs/groupe_instructeurs/_edit.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/administrateurs/groupe_instructeurs/_edit.html.haml b/app/views/administrateurs/groupe_instructeurs/_edit.html.haml index 1430a6868..a12112da3 100644 --- a/app/views/administrateurs/groupe_instructeurs/_edit.html.haml +++ b/app/views/administrateurs/groupe_instructeurs/_edit.html.haml @@ -39,7 +39,7 @@ = t('.csv_import.title') %p.notice = t('.csv_import.import_file_procedure_not_published') - - if groupes_instructeurs.many? + - if procedure.groupe_instructeurs.many? %table.table.mt-2 %thead %tr