summaryrefslogtreecommitdiff
path: root/amber
diff options
context:
space:
mode:
authorsoutherntofu <southerntofu@squat.net>2019-02-20 12:48:07 +0000
committersoutherntofu <southerntofu@squat.net>2019-02-20 12:48:07 +0000
commit1c7cdb24e47665b587b56b52b21afd11e0b81efc (patch)
tree577485172d430d1a1a246ac09f173071a27b1a85 /amber
parentdc41cdf016c4c2022e74e4bdd103094cdefcc513 (diff)
Merged _new.scss into _leap.scss
Fixed regression: navigation menu now has active tab again Removed unused variables tabs-small-size and tabs-small-padding
Diffstat (limited to 'amber')
-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]