summaryrefslogtreecommitdiff
path: root/app/views/layouts/_navigation.html.haml
diff options
context:
space:
mode:
authorAzul <azul@leap.se>2012-12-07 08:28:23 +0100
committerAzul <azul@leap.se>2012-12-07 08:28:23 +0100
commit1ec55c4f562a4fdd57c50077ff286ef08e9978a1 (patch)
tree16203d2ca4f32e24d38fef6062aa9534cecb3bfe /app/views/layouts/_navigation.html.haml
parenteffa6b0f84cfe954cc9dd73f592663b743b0d857 (diff)
parenta3dce077881c7e97090e5e560b1fb004952d5b23 (diff)
Merge branch 'develop'
Diffstat (limited to 'app/views/layouts/_navigation.html.haml')
-rw-r--r--app/views/layouts/_navigation.html.haml6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/views/layouts/_navigation.html.haml b/app/views/layouts/_navigation.html.haml
new file mode 100644
index 0000000..b75eed7
--- /dev/null
+++ b/app/views/layouts/_navigation.html.haml
@@ -0,0 +1,6 @@
+= link_to "Leap Web", root_path, :class => 'brand'
+%ul.nav
+ // = render '/tickets/nav'
+
+%ul.nav.pull-right
+ = render '/sessions/nav'