diff --git a/static/directives/organization-header.html b/static/directives/organization-header.html index 723ed4d80..69b51d4ac 100644 --- a/static/directives/organization-header.html +++ b/static/directives/organization-header.html @@ -14,4 +14,5 @@ {{ teamName }} + diff --git a/static/js/app.js b/static/js/app.js index a45a627b9..6a093b888 100644 --- a/static/js/app.js +++ b/static/js/app.js @@ -308,7 +308,7 @@ quayApp.directive('organizationHeader', function () { priority: 0, templateUrl: '/static/directives/organization-header.html', replace: false, - transclude: false, + transclude: true, restrict: 'C', scope: { 'organization': '=organization', diff --git a/static/partials/org-view.html b/static/partials/org-view.html index cdf74e14d..188c9142e 100644 --- a/static/partials/org-view.html +++ b/static/partials/org-view.html @@ -7,7 +7,9 @@