diff options
author | Azul <azul@leap.se> | 2012-11-22 10:31:09 +0100 |
---|---|---|
committer | Azul <azul@leap.se> | 2012-11-26 19:38:00 +0100 |
commit | 54c469fd39fc865438e04c9c3e1e34783f90d62c (patch) | |
tree | 2d8a22773f7a463bc8ca2806b58a3b7e7497266b /app/views | |
parent | 2d1049d602b47e53a6b07bd3c7c668b97b4bb07c (diff) |
don't collabse the nav
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/layouts/_navigation.html.haml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/app/views/layouts/_navigation.html.haml b/app/views/layouts/_navigation.html.haml index e72586a..b75eed7 100644 --- a/app/views/layouts/_navigation.html.haml +++ b/app/views/layouts/_navigation.html.haml @@ -1,7 +1,6 @@ = link_to "Leap Web", root_path, :class => 'brand' -.nav-collapse.collapse - %ul.nav - // = render '/tickets/nav' +%ul.nav + // = render '/tickets/nav' - %ul.nav.pull-right - = render '/sessions/nav' +%ul.nav.pull-right + = render '/sessions/nav' |