Merge pull request #4387 from SabreCat/seasonal

fix(seasonal): Leslie link
This commit is contained in:
Sabe Jones
2014-12-17 18:38:16 -06:00
+1 -1
View File
@@ -27,7 +27,7 @@ script(type='text/ng-template', id='partials/options.inventory.seasonalshop.html
.col-md-10
.popover.static-popover.fade.right.in
.arrow
h3.popover-title!=env.t('seasonalShopClosedTitle')
h3.popover-title!=env.t('seasonalShopClosedTitle', {linkStart:"<a href='http://blog.habitrpg.com/who' target='_blank'>", linkEnd: "</a>"})
.popover-content
p!=env.t('seasonalShopClosedText', {linkStart: "<a href='https://habitrpg.wikia.com/wiki/Community#World_Events' target='_blank'>", linkEnd: "</a>"})