Link for Tyler and Vicky's names #4351

This commit is contained in:
Andy Mantell 2014-12-06 15:42:12 +00:00
parent 66f913e833
commit 58359f1e89

View file

@ -27,7 +27,7 @@ script(type='text/ng-template', id='partials/options.inventory.timetravelers.htm
.col-md-10 .col-md-10
.popover.static-popover.fade.right.in .popover.static-popover.fade.right.in
.arrow .arrow
h3.popover-title=env.t('timeTravelersTitleNoSub') h3.popover-title!=env.t('timeTravelersTitleNoSub', {linkStartTyler: "<a href='https://github.com/lefnire' target='_blank'>", linkStartVicky: "<a href='http://blog.habitrpg.com/who' target='_blank'>", linkEnd: "</a>"})
.popover-content .popover-content
p!=env.t('timeTravelersPopoverNoSub', {linkStart: "<a href='https://habitrpg.com/#/options/settings/subscription' target='_blank'>", linkEnd: "</a>"}) p!=env.t('timeTravelersPopoverNoSub', {linkStart: "<a href='https://habitrpg.com/#/options/settings/subscription' target='_blank'>", linkEnd: "</a>"})
.row.stable(ng-if='user.purchased.plan.consecutive.trinkets > 0') .row.stable(ng-if='user.purchased.plan.consecutive.trinkets > 0')