Better breadcrumbs
This commit is contained in:
parent
895a00de31
commit
6776924ee7
6 changed files with 26 additions and 9 deletions
|
@ -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) {
|
||||
}
|
||||
|
|
Reference in a new issue