summaryrefslogtreecommitdiff
path: root/views/layout.haml
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2016-07-04 12:51:57 +0200
committerChristoph Helma <helma@in-silico.ch>2016-07-04 12:51:57 +0200
commitaf441641a8d40245fd7d07bf6c5b7e2edc3bdb01 (patch)
treebdaf7534d97ea34b80ca0c2e024055d57cf987e2 /views/layout.haml
parent9a2e0c75ea94dc1bd0c7954a0031acf98d2b70b9 (diff)
add presentation page and presentations
Diffstat (limited to 'views/layout.haml')
-rw-r--r--views/layout.haml2
1 files changed, 2 insertions, 0 deletions
diff --git a/views/layout.haml b/views/layout.haml
index eb4359c..e7e1aca 100644
--- a/views/layout.haml
+++ b/views/layout.haml
@@ -34,6 +34,8 @@
%a{ :href => "/commercial" } Commercial
%li{:class => ("active" if /publications/ =~ request.path )}
%a{ :href => "/publications" } Publications
+ %li{:class => ("active" if /presentations/ =~ request.path )}
+ %a{ :href => "/presentations" } Presentations
%li{:class => ("active" if /blog/ =~ request.path )}
%a{ :href => "/blog" } Blog
%li{:class => ("active" if /projects/ =~ request.path )}