mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
improved annual plans view
This commit is contained in:
parent
416f41e59d
commit
ce3db55624
1 changed files with 5 additions and 10 deletions
|
@ -8,24 +8,19 @@ block content
|
||||||
.col-md-6.col-md-offset-3
|
.col-md-6.col-md-offset-3
|
||||||
.card(ng-init="planName = #{JSON.stringify(planName)}")
|
.card(ng-init="planName = #{JSON.stringify(planName)}")
|
||||||
.page-header
|
.page-header
|
||||||
h1.text-centered Move to Annual Billing
|
h1.text-centered #{translate("move_to_annual_billing")}
|
||||||
div(ng-hide="upgradeComplete")
|
div(ng-hide="upgradeComplete")
|
||||||
.row
|
.row
|
||||||
div.col-md-12
|
div.col-md-12 !{translate("change_to_annual_billing_and_save", {percentage:'<strong>20</strong>', yearlySaving:"<strong>{{yearlySaving}}%</strong>"})}
|
||||||
| Change to Annual Billing and save
|
|
||||||
strong 20%
|
|
||||||
| equivilent to
|
|
||||||
strong ${{yearlySaving}}
|
|
||||||
| per year.
|
|
||||||
.row
|
.row
|
||||||
|
|
||||||
.row
|
.row
|
||||||
div.col-md-12
|
div.col-md-12
|
||||||
center
|
center
|
||||||
button.btn.btn-success(ng-click="completeAnnualUpgrade()", ng-disabled="inflight")
|
button.btn.btn-success(ng-click="completeAnnualUpgrade()", ng-disabled="inflight")
|
||||||
span(ng-show="inflight") #{translate("processing")}
|
span(ng-show="inflight") #{translate("processing")}
|
||||||
span(ng-hide="inflight") Move to annual billing now
|
span(ng-hide="inflight") #{translate("move_to_annual_billing")} now
|
||||||
|
|
||||||
div(ng-show="upgradeComplete")
|
div(ng-show="upgradeComplete")
|
||||||
h3 Annual billing enabled, #{translate("thank_you")}.
|
h3 #{translate("annual_billing_enabled")}, #{translate("thank_you")}.
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue