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 }