| Index: client/web/breadcrumbs.html
|
| diff --git a/client/web/breadcrumbs.html b/client/web/breadcrumbs.html
|
| index cd7f3c5db2a08c50ec1f85299ad9a68cc0b42284..8c6e5eb208741461a30ee7d36136a5d832555b82 100644
|
| --- a/client/web/breadcrumbs.html
|
| +++ b/client/web/breadcrumbs.html
|
| @@ -2,7 +2,8 @@
|
| <template>
|
| <ul class="nav navbar-nav">
|
| <template repeat="{{breadcrumbs}}">
|
| - <li><a class="btn-link" href="#{{linkHref}}">{{decoratedName}}</a></li>
|
| + <li><a class="btn-link" href="{{prefixedLinkHref}}">
|
| + {{decoratedName}}</a></li>
|
| </template>
|
| <template if="{{lastCrumb}}">
|
| <li class="active">
|
|
|