Does not display the header on sing_in page
This commit is contained in:
parent
73e30776e2
commit
4be1e2b38e
1 changed files with 3 additions and 3 deletions
|
|
@ -49,8 +49,8 @@
|
||||||
= include_gon(:camel_case => true)
|
= include_gon(:camel_case => true)
|
||||||
%body
|
%body
|
||||||
#app
|
#app
|
||||||
%header#main_nav
|
|
||||||
- if user_signed_in?
|
- if user_signed_in?
|
||||||
|
%header#main_nav
|
||||||
#nav_badges
|
#nav_badges
|
||||||
-# Notifications
|
-# Notifications
|
||||||
= link_to notifications_path, class: "badge", id: "notification_badge" do
|
= link_to notifications_path, class: "badge", id: "notification_badge" do
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue