improved annual plans view

This commit is contained in:
Henry Oswald 2014-08-29 13:40:35 +01:00
parent 416f41e59d
commit ce3db55624

View file

@ -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 &nbsp; .row &nbsp;
.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")}.