summaryrefslogtreecommitdiff
path: root/amber/layouts/_masthead.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'amber/layouts/_masthead.html.haml')
-rw-r--r--amber/layouts/_masthead.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/amber/layouts/_masthead.html.haml b/amber/layouts/_masthead.html.haml
index 18f746e..af86d84 100644
--- a/amber/layouts/_masthead.html.haml
+++ b/amber/layouts/_masthead.html.haml
@@ -5,4 +5,4 @@
%h1 LEAP Encryption Access Project
%nav.nav-menu{:role => "navigation"}
- top_navigation_items(include_home:true) do |item|
- %a.nav-item{:href => item[:href]}= item[:label]
+ %a.nav-item{:href => item[:href], :class => item[:class]}= item[:label]