If answer is missing on avis, notify on avis tab
This commit is contained in:
parent
3b73a781cc
commit
3927e5ebf9
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue