mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-18 11:48:52 +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
|
||||
input(type="radio", name="subRadio", ng-value="block.key", ng-model='_subscription.key')
|
||||
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')
|
||||
| {{env.t('subscriptionRateText', {price:block.price, months: block.months})}}
|
||||
=env.t('subscriptionRateText', {price: '{{::block.price}}', months: '{{block.months}}'})
|
||||
|
||||
.form-inline
|
||||
.form-group
|
||||
|
|
|
|||
Loading…
Reference in a new issue