mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 08:21:07 +00:00
Link for Tyler and Vicky's names #4351
This commit is contained in:
parent
66f913e833
commit
58359f1e89
1 changed files with 1 additions and 1 deletions
|
|
@ -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')
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue