diff --git a/static/directives/billing-options.html b/static/directives/billing-options.html index 47b1d9c28..aa9089f03 100644 --- a/static/directives/billing-options.html +++ b/static/directives/billing-options.html @@ -1,11 +1,11 @@
-
+
Credit Card
-
+
Your current credit card is expiring soon! @@ -29,10 +29,10 @@
-
+
Billing Options -
+
diff --git a/static/js/directives/ui/plan-manager.js b/static/js/directives/ui/plan-manager.js index 72816b134..ad6b73851 100644 --- a/static/js/directives/ui/plan-manager.js +++ b/static/js/directives/ui/plan-manager.js @@ -11,6 +11,9 @@ angular.module('quay').directive('planManager', function () { scope: { 'user': '=user', 'organization': '=organization', + + 'hasSubscription': '=hasSubscription', + 'readyForPlan': '&readyForPlan', 'planChanged': '&planChanged' }, @@ -68,6 +71,7 @@ angular.module('quay').directive('planManager', function () { $scope.planChanging = false; $scope.planLoading = false; + $scope.hasSubscription = subscribedPlan.stripeId != PlanService.getFreePlan(); }); }; diff --git a/static/partials/org-view.html b/static/partials/org-view.html index 5bca6aabb..3565a94e5 100644 --- a/static/partials/org-view.html +++ b/static/partials/org-view.html @@ -110,7 +110,10 @@

Plan Usage and Billing

-
+
+
+
diff --git a/static/partials/user-view.html b/static/partials/user-view.html index 29b4e9d9b..d1ae6ac8a 100644 --- a/static/partials/user-view.html +++ b/static/partials/user-view.html @@ -82,7 +82,9 @@

Plan Usage and Billing

-
+
+
+