mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-15 20:09:59 +01:00
pixel broked it
This commit is contained in:
parent
1369661d97
commit
40399c8dc1
1 changed files with 9 additions and 4 deletions
|
@ -3,10 +3,15 @@
|
|||
.navbar-header
|
||||
%button.navbar-toggle{"data-target" => "#j2-main-navbar-collapse", "data-toggle" => "collapse", type: "button"}
|
||||
%span.sr-only Toggle navigation
|
||||
- if inbox_count > 0
|
||||
%span.icon-bar.navbar--inbox-animation
|
||||
%span.icon-bar.navbar--inbox-animation
|
||||
%span.icon-bar.navbar--inbox-animation
|
||||
- if user_signed_in?
|
||||
- if inbox_count > 0
|
||||
%span.icon-bar.navbar--inbox-animation
|
||||
%span.icon-bar.navbar--inbox-animation
|
||||
%span.icon-bar.navbar--inbox-animation
|
||||
- else
|
||||
%span.icon-bar
|
||||
%span.icon-bar
|
||||
%span.icon-bar
|
||||
- else
|
||||
%span.icon-bar
|
||||
%span.icon-bar
|
||||
|
|
Loading…
Reference in a new issue