Skip to content
This repository has been archived by the owner on Apr 1, 2020. It is now read-only.

Commit

Permalink
Apply: o-header for sticky header anon user links
Browse files Browse the repository at this point in the history
  • Loading branch information
andygout committed Mar 29, 2017
1 parent b51da6d commit a0af8b9
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions components/n-ui/header/partials/header/sticky.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,15 @@
<div class="o-header__nav">
<ul class="o-header__nav-list o-header__nav-list--right" data-trackable="user-nav">
{{#each @root.navigation.menus.navbar-right-anon.items}}
<li class="o-header__nav-item">
<a class="o-header__nav-link" href="{{url}}" data-trackable="{{label}}" tabindex="-1">{{label}}</a>
<li class="o-header__nav-item {{#ifEquals label 'Subscribe'}}o-header__nav-item--expanded{{/ifEquals}}">
<a
class="o-header__nav-{{#ifEquals label 'Subscribe'}}button{{else}}link{{/ifEquals}}"
href="{{url}}"
data-trackable="{{label}}"
tabindex="-1"
>
{{label}}
</a>
</li>
{{/each}}
</ul>
Expand Down

0 comments on commit a0af8b9

Please sign in to comment.