diff --git a/app/views/new_gestionnaire/avis/_header.html.haml b/app/views/new_gestionnaire/avis/_header.html.haml index 6f3b29f8c..a801eb5b9 100644 --- a/app/views/new_gestionnaire/avis/_header.html.haml +++ b/app/views/new_gestionnaire/avis/_header.html.haml @@ -9,5 +9,7 @@ = link_to 'Demande', avis_path(avis) %li{ class: current_page?(instruction_avis_path(avis)) ? 'active' : nil } = link_to 'Avis', instruction_avis_path(avis) + - if avis.answer == nil + %span.notifications{ 'aria-label': 'notifications' } %li{ class: current_page?(messagerie_avis_path(avis)) ? 'active' : nil } = link_to 'Messagerie', messagerie_avis_path(avis)