mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-13 15:38:59 +00:00
Adjusted subscription page to use correct formatting with one time
bindings
This commit is contained in:
parent
1da26acc93
commit
cbc4e1efea
1 changed files with 4 additions and 2 deletions
|
|
@ -274,9 +274,11 @@ script(id='partials/options.settings.subscription.html',type='text/ng-template')
|
||||||
label
|
label
|
||||||
input(type="radio", name="subRadio", ng-value="block.key", ng-model='_subscription.key')
|
input(type="radio", name="subRadio", ng-value="block.key", ng-model='_subscription.key')
|
||||||
span(ng-show='block.original')
|
span(ng-show='block.original')
|
||||||
| <span class='label label-success line-through'>${{ block.original }}</span> {{env.t('subscriptionRateText', {price:block.price, months: block.months})}}
|
span.label.label-success.line-through
|
||||||
|
| ${{:: block.original }}
|
||||||
|
=env.t('subscriptionRateText', {price:'{{::block.price}}', months: '{{::block.months}}'})
|
||||||
span(ng-hide='block.original')
|
span(ng-hide='block.original')
|
||||||
| {{env.t('subscriptionRateText', {price:block.price, months: block.months})}}
|
=env.t('subscriptionRateText', {price: '{{::block.price}}', months: '{{block.months}}'})
|
||||||
|
|
||||||
.form-inline
|
.form-inline
|
||||||
.form-group
|
.form-group
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue