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

@ -1,11 +1,11 @@
<div class="billing-options-element">
<!-- Credit Card -->
<div class="panel">
<div style="margin-bottom: 20px">
<div class="panel-title">
Credit Card
</div>
<div class="panel-body">
<div class="quay-spinner" ng-show="!currentCard || changingCard"></div>
<div class="cor-loader-inline" ng-show="!currentCard || changingCard"></div>
<div class="current-card" ng-show="currentCard && !changingCard">
<div class="alert alert-warning" ng-if="currentCard.last4 && isExpiringSoon(currentCard)">
Your current credit card is expiring soon!
@ -29,10 +29,10 @@
</div>
<!-- Options -->
<div class="panel">
<div style="margin-bottom: 20px">
<div class="panel-title">
Billing Options
<div class="quay-spinner" ng-show="working"></div>
<div class="cor-loader-inline" ng-show="working"></div>
</div>
<div class="panel-body">
<div class="settings-option">