Minor fixes to KO template (bundling config and menu styling)

This commit is contained in:
SteveSandersonMS
2016-03-08 16:08:49 +00:00
parent 515c659a47
commit 25ba7986d8
2 changed files with 4 additions and 4 deletions

View File

@@ -13,17 +13,17 @@
<div class='navbar-collapse collapse'>
<ul class='nav navbar-nav'>
<li>
<a class='navbar-brand' href='/' data-bind='css: { active: route().page === "home-page" }'>
<a href='/' data-bind='css: { active: route().page === "home-page" }'>
<span class='glyphicon glyphicon-home'></span> Home
</a>
</li>
<li>
<a class='navbar-brand' href='/counter' data-bind='css: { active: route().page === "counter-example" }'>
<a href='/counter' data-bind='css: { active: route().page === "counter-example" }'>
<span class='glyphicon glyphicon-education'></span> Counter
</a>
</li>
<li>
<a class='navbar-brand' href='/fetch-data' data-bind='css: { active: route().page === "fetch-data" }'>
<a href='/fetch-data' data-bind='css: { active: route().page === "fetch-data" }'>
<span class='glyphicon glyphicon-th-list'></span> Fetch data
</a>
</li>