From b7c056c1f404d3175ff5fd1d6594879501b0b13c Mon Sep 17 00:00:00 2001 From: "J.-S. Caux" <J.S.Caux@uva.nl> Date: Fri, 22 Mar 2019 20:43:41 +0100 Subject: [PATCH] Deactivate inbox --- scipost/templates/scipost/navbar.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scipost/templates/scipost/navbar.html b/scipost/templates/scipost/navbar.html index af5673bcc..7aac72afa 100644 --- a/scipost/templates/scipost/navbar.html +++ b/scipost/templates/scipost/navbar.html @@ -222,11 +222,12 @@ <li class="nav-item navbar-counter"> <div class="d-inline-block notifications_container"> - <a href="javascript:;" class="d-inline-block badge_link nav-link" id="notifications_badge" data-toggle="modal" data-target="#notification_center"> + <!-- <a href="javascript:;" class="d-inline-block badge_link nav-link" id="notifications_badge" data-toggle="modal" data-target="#notification_center"> <i class="fa fa-inbox" aria-hidden="true" style="min-width: 16px;"></i> {% live_notify_badge classes="badge badge-pill" %} </a> {% live_notify_list %} +--> </div> </li> -- GitLab