From f80adb42871bd8cda50beae4d2118bd0afc20ac3 Mon Sep 17 00:00:00 2001 From: Christophe Robillard Date: Wed, 9 Nov 2022 10:58:02 +0100 Subject: [PATCH] improve wording --- app/views/administrateurs/procedures/all.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/administrateurs/procedures/all.html.haml b/app/views/administrateurs/procedures/all.html.haml index cb2b6e42e..f153bfbd8 100644 --- a/app/views/administrateurs/procedures/all.html.haml +++ b/app/views/administrateurs/procedures/all.html.haml @@ -79,7 +79,7 @@ = link_to status, all_admin_procedures_path(@filter.without(:statuses, status)), class: 'fr-tag fr-tag--dismiss fr-mb-1w' - if @filter.from_publication_date.present? .selected-from-publication-date.fr-mb-2w - = link_to "Depuis #{l(@filter.from_publication_date)}", all_admin_procedures_path(@filter.without(:from_publication_date)), class: 'fr-tag fr-tag--dismiss fr-mb-1w' + = link_to "Depuis le #{l(@filter.from_publication_date)}", all_admin_procedures_path(@filter.without(:from_publication_date)), class: 'fr-tag fr-tag--dismiss fr-mb-1w' = paginate @filter.procedures_result, views_prefix: 'administrateurs' %thead %tr