From f224cfe030bd250d17044dc037d964d67392c36a Mon Sep 17 00:00:00 2001 From: Diaspora Europe Date: Tue, 13 Mar 2012 16:34:37 +0100 Subject: [PATCH] added link to notifications mobile view in header --- app/views/layouts/application.mobile.haml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/views/layouts/application.mobile.haml b/app/views/layouts/application.mobile.haml index 4479d4b75..94c3343b5 100644 --- a/app/views/layouts/application.mobile.haml +++ b/app/views/layouts/application.mobile.haml @@ -50,6 +50,10 @@ .navbar-inner .container{:style => "position: relative;"} = link_to(image_tag('header-logo2x.png', :height => 40, :width => 40, :id => 'header_title'), stream_path) + #nav_badges + .badge{:id => "notification_badge"} + = link_to(image_tag('icons/notifications_grey.png', :height => 16, :width => 16, :id => 'notification-flag'), notifications_path) + .badge_count - if user_signed_in? .right