From 4f8a19718f9a64eccddc33def6659769f9ed2b69 Mon Sep 17 00:00:00 2001 From: Paul Chavard Date: Tue, 20 Feb 2018 12:08:24 +0100 Subject: [PATCH] =?UTF-8?q?Do=20not=20show=20notifications=20on=20?= =?UTF-8?q?=E2=80=9Call=20dossiers=E2=80=9D=20tab?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/new_gestionnaire/procedures/show.html.haml | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/views/new_gestionnaire/procedures/show.html.haml b/app/views/new_gestionnaire/procedures/show.html.haml index 2e334e972..04414b874 100644 --- a/app/views/new_gestionnaire/procedures/show.html.haml +++ b/app/views/new_gestionnaire/procedures/show.html.haml @@ -28,8 +28,6 @@ %span.badge= @termines_dossiers.count %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 tous les dossiers %span.badge= @all_state_dossiers.count