Better breadcrumbs

This commit is contained in:
Joseph Schorr 2014-02-13 18:58:28 -05:00
parent 895a00de31
commit 6776924ee7
6 changed files with 26 additions and 9 deletions

View file

@ -892,7 +892,9 @@ quayApp.directive('repoBreadcrumb', function () {
restrict: 'C',
scope: {
'repo': '=repo',
'image': '=image'
'image': '=image',
'subsection': '=subsection',
'subsectionIcon': '=subsectionIcon'
},
controller: function($scope, $element) {
}