Skip to content

Commit

Permalink
Set current state to overview pages
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-ju committed Jan 5, 2018
1 parent 50d966e commit f4745a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/partials/_mobile-navigation.njk
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<a class="js-mobile-nav-subnav-toggler" href="/{{ item.url }}">{{ item.label }}</a>
{% if item.items %}
<ul class="app-c-mobile-nav__subnav js-app-mobile-nav-subnav app-c-mobile-nav__subnav--hidden">
<li>
<li{% if path == item.url %} class="current-page"{% endif %}>
<a href="/{{ item.url }}">{{ item.label }} overview</a>
</li>

Expand Down

0 comments on commit f4745a3

Please sign in to comment.