From 52a491bde339a1e9497ac5706fafe1e083f5170d Mon Sep 17 00:00:00 2001 From: Pierre de La Morinerie Date: Mon, 20 Apr 2020 11:34:57 +0200 Subject: [PATCH] instructeur: improve description of unfiltered tab The previous text was misleading: filters can be applied to this tab. What it really does is present all dossiers regardless of their status. Fix #5056 --- app/views/instructeurs/procedures/show.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/instructeurs/procedures/show.html.haml b/app/views/instructeurs/procedures/show.html.haml index ba85ed00e..9e4c01cbc 100644 --- a/app/views/instructeurs/procedures/show.html.haml +++ b/app/views/instructeurs/procedures/show.html.haml @@ -60,7 +60,7 @@ - if @statut == 'traites' %p.explication-onglet Les dossiers dans cet onglet sont terminés : ils ont été acceptés, refusés ou classés sans suite. - if @statut == 'tous' - %p.explication-onglet Tous les dossiers qui ont été déposés sur cette démarche, sans aucun filtre. + %p.explication-onglet Tous les dossiers qui ont été déposés sur cette démarche, quel que soit le statut. - if @statut == 'archives' %p.explication-onglet Les dossiers de cet onglet sont archivés : vous ne pouvez plus y répondre, et les demandeurs ne peuvent plus les modifier. .afficher-dossiers-supprimes