mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-21 13:11:34 +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,7 +148,7 @@ block content
|
||||||
|
|
||||||
|
|
||||||
.row
|
.row
|
||||||
.col-md-6
|
.col-md-7
|
||||||
.form-group
|
.form-group
|
||||||
button.btn.btn-success(ng-click="submit()", ng-disabled="processing") #{translate("upgrade_now")}
|
button.btn.btn-success(ng-click="submit()", ng-disabled="processing") #{translate("upgrade_now")}
|
||||||
|
|
||||||
|
@ -157,10 +157,10 @@ block content
|
||||||
div Tax
|
div Tax
|
||||||
div
|
div
|
||||||
strong Total
|
strong Total
|
||||||
.col-md-3
|
.col-md-2
|
||||||
div {{price.currency.symbol}}{{price.next.subtotal}}
|
div.pull-right {{price.currency.symbol}}{{price.next.subtotal}}
|
||||||
div {{price.currency.symbol}}{{price.next.tax}}
|
div.pull-right {{price.currency.symbol}}{{price.next.tax}}
|
||||||
div
|
div.pull-right
|
||||||
strong {{price.currency.symbol}}{{price.next.total}}
|
strong {{price.currency.symbol}}{{price.next.total}}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue