From 221a7d4998e5ba4357c614369c7725b2283205ef Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Tue, 5 Nov 2013 16:15:04 -0500 Subject: [PATCH] Work on adding new team button --- static/directives/organization-header.html | 1 + static/js/app.js | 2 +- static/partials/org-view.html | 4 +++- 3 files changed, 5 insertions(+), 2 deletions(-) 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 @@
-
+
+ +