From 5aa6248cb135f28937668590316be30204b57183 Mon Sep 17 00:00:00 2001 From: Andreas N Date: Sat, 20 Dec 2014 01:37:05 +0100 Subject: [PATCH] icon bar animation shows up when you have new notifications --- app/views/layouts/_header.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/_header.html.haml b/app/views/layouts/_header.html.haml index 977f37c9..32bab7a8 100644 --- a/app/views/layouts/_header.html.haml +++ b/app/views/layouts/_header.html.haml @@ -4,7 +4,7 @@ %button.navbar-toggle{"data-target" => "#j2-main-navbar-collapse", "data-toggle" => "collapse", type: "button"} %span.sr-only Toggle navigation - if user_signed_in? - - unless inbox_count.nil? + - unless inbox_count.nil? or notification_count.nil? %span.icon-bar.navbar--inbox-animation %span.icon-bar.navbar--inbox-animation %span.icon-bar.navbar--inbox-animation