From 4be1e2b38e93043c56a6c4a502ac7e80fc642e55 Mon Sep 17 00:00:00 2001 From: Augier Date: Wed, 4 Feb 2015 23:45:13 +0100 Subject: [PATCH] Does not display the header on sing_in page --- app/views/layouts/application.mobile.haml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/layouts/application.mobile.haml b/app/views/layouts/application.mobile.haml index 517f06a6e..3c4dbe501 100644 --- a/app/views/layouts/application.mobile.haml +++ b/app/views/layouts/application.mobile.haml @@ -49,8 +49,8 @@ = include_gon(:camel_case => true) %body #app - %header#main_nav - - if user_signed_in? + - if user_signed_in? + %header#main_nav #nav_badges -# Notifications = link_to notifications_path, class: "badge", id: "notification_badge" do @@ -68,7 +68,7 @@ = link_to(image_tag('icons/compose_mobile.png'), new_status_message_path, class: "badge", id: "compose_badge") -# Menu = link_to(image_tag('icons/menu.png'), "#", id: "menu_badge", class: "badge") - = link_to(image_tag('icons/asterisk_white_mobile.png'), stream_path, id: 'header_title') + = link_to(image_tag('icons/asterisk_white_mobile.png'), stream_path, id: 'header_title') - if user_signed_in? #drawer