feat(instructeurs): notification badge when a new export has been generated

Co-Authored-By: Lisa Durand <lisa.c.durand@gmail.com>
This commit is contained in:
Colin Darie 2023-09-18 12:43:14 +02:00
parent 99f5b39dbb
commit a867c9a998
No known key found for this signature in database
GPG key ID: 8C76CADD40253590
5 changed files with 69 additions and 0 deletions

View file

@ -24,3 +24,5 @@
= link_to t('instructeurs.dossiers.header.banner.administrators_list'), administrateurs_instructeur_procedure_path(procedure), class: 'header-link'
|
= link_to t('instructeurs.dossiers.header.banner.exports_list'), exports_instructeur_procedure_path(procedure), class: 'header-link'
- if @has_export_notification
%span.notifications{ 'aria-label': t('instructeurs.dossiers.header.banner.exports_notification_label') }