Show the billing options in the user and org views

This commit is contained in:
Joseph Schorr 2015-05-07 16:43:45 -04:00
parent 7ea02c186a
commit 2105ad90a0
4 changed files with 15 additions and 6 deletions

View file

@ -82,7 +82,9 @@
<!-- Plan and Usage -->
<div id="usage" class="tab-pane" quay-require="['BILLING']">
<h3>Plan Usage and Billing</h3>
<div class="plan-manager" user="viewuser"></div>
<div class="plan-manager" user="viewuser" has-subscription="hasSubscription"></div>
<hr ng-show="hasSubscription">
<div class="billing-options" user="viewuser" ng-show="hasSubscription"></div>
</div>
<!-- Billing Invoices -->