Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Connect camel toolbar to main nav bar
  • Loading branch information
gashcrumb committed Apr 11, 2013
1 parent 6a552e8 commit 5672582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hawtio-web/src/main/webapp/app/wiki/html/layoutCamel.html
@@ -1,7 +1,7 @@
<div ng-controller="Wiki.CamelController">
<div class="row-fluid" ng-controller="Wiki.NavBarController">
<div class="">
<ul class="nav nav-tabs">
<ul class="nav nav-tabs connected">
<li ng-repeat="link in breadcrumbs" ng-class='{active : isActive(link.href)}'>
<a ng-href="{{link.href}}{{hash}}">{{link.name}}</a>
</li>
Expand Down

0 comments on commit 5672582

Please sign in to comment.