summaryrefslogtreecommitdiff
path: root/app/views/layouts/_navigation.html.haml
diff options
context:
space:
mode:
authorAzul <azul@leap.se>2012-11-20 10:34:13 +0100
committerAzul <azul@leap.se>2012-11-20 10:34:13 +0100
commit60bb7b4522148d4c426ff2073bf54beefa4041d4 (patch)
treeb8d3cf7ad7ecbac34a4af9857515c10be752f847 /app/views/layouts/_navigation.html.haml
parent347eb4b20cbe740485dd9d1d7220c01eef659920 (diff)
ui tweaks to the menu
Diffstat (limited to 'app/views/layouts/_navigation.html.haml')
-rw-r--r--app/views/layouts/_navigation.html.haml9
1 files changed, 5 insertions, 4 deletions
diff --git a/app/views/layouts/_navigation.html.haml b/app/views/layouts/_navigation.html.haml
index b75eed7..e72586a 100644
--- a/app/views/layouts/_navigation.html.haml
+++ b/app/views/layouts/_navigation.html.haml
@@ -1,6 +1,7 @@
= link_to "Leap Web", root_path, :class => 'brand'
-%ul.nav
- // = render '/tickets/nav'
+.nav-collapse.collapse
+ %ul.nav
+ // = render '/tickets/nav'
-%ul.nav.pull-right
- = render '/sessions/nav'
+ %ul.nav.pull-right
+ = render '/sessions/nav'