From 28c92acf1a182295542f0c5e3307e7942e69d408 Mon Sep 17 00:00:00 2001 From: Colin Darie Date: Mon, 25 Nov 2024 13:26:29 +0100 Subject: [PATCH] style(instructeur): fix notification exports position in header menu --- app/views/instructeurs/procedures/_header.html.haml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app/views/instructeurs/procedures/_header.html.haml b/app/views/instructeurs/procedures/_header.html.haml index f144f9abd..48ee9598f 100644 --- a/app/views/instructeurs/procedures/_header.html.haml +++ b/app/views/instructeurs/procedures/_header.html.haml @@ -45,6 +45,8 @@ %li.fr-nav__item.relative %button.fr-nav__btn{ 'aria-expanded': 'false', 'aria-controls': 'menu-downloads', 'aria-current': ('page' if current_nav_section == 'downloads') } = t('instructeurs.dossiers.header.banner.downloads') + - if @has_export_notification + %span.notifications{ 'aria-label': t('instructeurs.dossiers.header.banner.exports_notification_label') } #menu-downloads.fr-collapse.fr-menu %ul.fr-menu__list %li @@ -54,8 +56,5 @@ %li = link_to t('instructeurs.dossiers.header.banner.export_templates'), export_templates_instructeur_procedure_path(procedure), class: 'fr-nav__link' - - if @has_export_notification - %span.notifications{ 'aria-label': t('instructeurs.dossiers.header.banner.exports_notification_label') } - #last-export-alert = render partial: "instructeurs/procedures/last_export_alert", locals: { export: @last_export, statut: @statut }