From cbc4e1efead7779a1d7093eb217a64928022bb4f Mon Sep 17 00:00:00 2001 From: Blade Barringer Date: Sun, 1 Feb 2015 09:14:18 -0600 Subject: [PATCH] Adjusted subscription page to use correct formatting with one time bindings --- views/options/settings.jade | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/views/options/settings.jade b/views/options/settings.jade index 287f2e9a6d..b6208ffc88 100644 --- a/views/options/settings.jade +++ b/views/options/settings.jade @@ -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') - | ${{ block.original }} {{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