Skip to content

Commit

Permalink
UPDATE: nav bar to heatmap for DE/EN
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel committed Dec 17, 2019
1 parent 46ea72c commit 774dc18
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/resources/templates/de/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
<li class="nav-item" th:class="${active == 'pace'}? 'active' : null">
<a class="nav-link" href="/pace">Pace</a>
</li>
<li class="nav-item" th:class="${active == 'heatmap'}? 'active' : null">
<a class="nav-link" href="/heatmap">Pace</a>
</li>
</ul>
</nav>
</body>
Expand Down
3 changes: 3 additions & 0 deletions src/main/resources/templates/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
<li class="nav-item" th:class="${active == 'pace'}? 'active' : null">
<a class="nav-link" href="/pace">Pace</a>
</li>
<li class="nav-item" th:class="${active == 'heatmap'}? 'active' : null">
<a class="nav-link" href="/heatmap">Pace</a>
</li>
</ul>
</nav>
</body>
Expand Down

0 comments on commit 774dc18

Please sign in to comment.