mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-17 09:53:18 +00:00
pull right the total prices on the payment page
This commit is contained in:
parent
00810eaf21
commit
208dfea5c8
1 changed files with 10 additions and 10 deletions
|
@ -148,20 +148,20 @@ block content
|
|||
|
||||
|
||||
.row
|
||||
.col-md-6
|
||||
.col-md-7
|
||||
.form-group
|
||||
button.btn.btn-success(ng-click="submit()", ng-disabled="processing") #{translate("upgrade_now")}
|
||||
|
||||
.col-md-3.pricingBreakdown
|
||||
div Subtotal
|
||||
div Tax
|
||||
div
|
||||
strong Total
|
||||
.col-md-3
|
||||
div {{price.currency.symbol}}{{price.next.subtotal}}
|
||||
div {{price.currency.symbol}}{{price.next.tax}}
|
||||
div
|
||||
strong {{price.currency.symbol}}{{price.next.total}}
|
||||
div Subtotal
|
||||
div Tax
|
||||
div
|
||||
strong Total
|
||||
.col-md-2
|
||||
div.pull-right {{price.currency.symbol}}{{price.next.subtotal}}
|
||||
div.pull-right {{price.currency.symbol}}{{price.next.tax}}
|
||||
div.pull-right
|
||||
strong {{price.currency.symbol}}{{price.next.total}}
|
||||
|
||||
|
||||
.col-md-3.col-md-pull-4
|
||||
|
|
Loading…
Reference in a new issue