Merge pull request #5623 from AugierLe42e/fix-mobile-login-view

[Mobile] Does not display the header on sing_in page
This commit is contained in:
Jonne Haß 2015-02-07 21:30:03 +01:00
commit 63363340f6

View file

@ -49,8 +49,8 @@
= include_gon(:camel_case => true)
%body
#app
%header#main_nav
- if user_signed_in?
%header#main_nav
#nav_badges
-# Notifications
= link_to notifications_path, class: "badge", id: "notification_badge" do