Do not show notifications on “all dossiers” tab
This commit is contained in:
parent
ae0a314864
commit
4f8a19718f
1 changed files with 0 additions and 2 deletions
|
@ -28,8 +28,6 @@
|
||||||
%span.badge= @termines_dossiers.count
|
%span.badge= @termines_dossiers.count
|
||||||
|
|
||||||
%li{ class: (@statut == 'tous') ? 'active' : nil }>
|
%li{ class: (@statut == 'tous') ? 'active' : nil }>
|
||||||
- if current_gestionnaire.notifications_for_procedure(@procedure).present?
|
|
||||||
%span.notifications{ 'aria-label': 'notifications' }
|
|
||||||
= link_to(procedure_path(@procedure, statut: 'tous')) do
|
= link_to(procedure_path(@procedure, statut: 'tous')) do
|
||||||
tous les dossiers
|
tous les dossiers
|
||||||
%span.badge= @all_state_dossiers.count
|
%span.badge= @all_state_dossiers.count
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue