fixed mobile navbar thing [ci skip]

This commit is contained in:
nilsding 2015-01-30 22:52:05 +01:00
parent 1c6533bb74
commit bde9f39573
2 changed files with 5 additions and 5 deletions

View File

@ -3,9 +3,9 @@
.navbar-header
%button.navbar-toggle{"data-target" => "#j2-tl-navbar-collapse", "data-toggle" => "collapse", type: "button"}
%span.sr-only Toggle navigation
%span.icon-bar
%span.icon-bar
%span.icon-bar
%span.icon-bar
%span.icon-bar
%span.icon-bar
%a.navbar-brand{href: "/"} Timelines
#j2-tl-navbar-collapse.collapse.navbar-collapse
%ul.nav.navbar-nav

View File

@ -1,5 +1,5 @@
- if user_signed_in?
= render 'static/mobile-nav'
= render 'static/mobile_nav'
.container.j2-page
.col-md-3.col-sm-3
= render 'shared/sidebar'
@ -17,4 +17,4 @@
Load more
.visible-xs= render 'shared/links'
- else
= render 'static/front'
= render 'static/front'