This context in nav

This commit is contained in:
Sebastian Frank
2019-02-13 19:50:26 +01:00
parent 26418217ac
commit 2bcef447b9
6 changed files with 38 additions and 62 deletions

View File

@@ -2,7 +2,7 @@
<div><b>service Level 1</b></div>
<ul>
{{#each NavMap.de.SubMap.service.SubSlice }}
<li {{#if Active }}class="active"{{/if }}><a href="{{ GoTo }}">{{ Navname }}</a></li>
<li {{#if Active }}class="active"{{/if }}><a href="{{ GoTo }}" title="{{ This.Data.hoverText }}">{{ Navname }}</a></li>
{{/each}}
</ul>
</footer>