From 532f5d1c53bee4b25be341ef1919895d1d86659c Mon Sep 17 00:00:00 2001 From: Blade Barringer Date: Wed, 3 Dec 2014 22:46:16 -0600 Subject: [PATCH] Converted strings to be able to use links --- views/options/inventory/inventory.jade | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/views/options/inventory/inventory.jade b/views/options/inventory/inventory.jade index 39c8f06c7d..b0e165416e 100644 --- a/views/options/inventory/inventory.jade +++ b/views/options/inventory/inventory.jade @@ -27,10 +27,14 @@ script(type='text/ng-template', id='partials/options.inventory.timetravelers.htm .col-md-10 .popover.static-popover.fade.right.in .arrow - h3.popover-title Tyler and Vicky + h3.popover-title=env.t('timeTravelersTitleNoSub') .popover-content - p You'll need a Mystic Hourglass to summon the mysterious Time Travelers! Subscribers earn one Mystic Hourglass for every three months of consecutive subscribing. Come back when you have a Mystic Hourglass, and the Time Travelers will fetch you a Subscriber Item Set from the past.... or maybe even the future. - + p + =env.t('timeTravelersPopoverNoSub1') + ' ' + | + =env.t('timeTravelersPopoverNoSub2') + + = ' ' + env.t('timeTravelersPopoverNoSub3') .row.stable(ng-if='user.purchased.plan.consecutive.trinkets > 0') .col-md-2 .npc_timetravelers_active @@ -42,7 +46,13 @@ script(type='text/ng-template', id='partials/options.inventory.timetravelers.htm .pull-right span.inventory_special_trinket.inline-gems b x{{user.purchased.plan.consecutive.trinkets}} - p=env.t("timeTravelersPopover") + p + =env.t('timeTravelersPopover1') + ' ' + | + =env.t('timeTravelersPopover2') + | + =env.t('timeTravelersPopover3') + .col-md-12 li.customize-menu.inventory-gear menu.pets-menu(label='{{::set.text}}', ng-repeat='set in Content.timeTravelerStore(user.items.gear.owned)')