From b9784fa4aa587f5ecbef4e409e6f0496d33a74a7 Mon Sep 17 00:00:00 2001 From: Blade Barringer Date: Mon, 26 Jan 2015 22:15:24 -0600 Subject: [PATCH] Added notice for rebirth in seasonal shop --- views/options/inventory/inventory.jade | 2 ++ 1 file changed, 2 insertions(+) diff --git a/views/options/inventory/inventory.jade b/views/options/inventory/inventory.jade index 39bed5cc49..e97b240e4b 100644 --- a/views/options/inventory/inventory.jade +++ b/views/options/inventory/inventory.jade @@ -30,6 +30,8 @@ script(type='text/ng-template', id='partials/options.inventory.seasonalshop.html h3.popover-title!=env.t('seasonalShopTitle', {linkStart:"", linkEnd: ""}) .popover-content p!=env.t('seasonalShopText') + br + .well(ng-if='User.user.achievements.rebirths > 0')=env.t('seasonalShopRebirth') li.customize-menu.inventory-gear menu.pets-menu(label='{{::label}}', ng-repeat='(set,label) in ::{candycane:env.t("candycaneSet"), ski:env.t("skiSet"), snowflake:env.t("snowflakeSet"), yeti:env.t("yetiSet")}') // The `if true || false` conditional for applying the transparent class is necessary because