Corrected class name closes #4434

This commit is contained in:
Blade Barringer
2014-12-29 19:15:51 -06:00
parent 0ddbbc93a3
commit 4eca27f19e
+1 -1
View File
@@ -34,7 +34,7 @@ script(type='text/ng-template', id='partials/options.inventory.seasonalshop.html
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")}')
div(ng-repeat='item in ::getSeasonalShopArray(set)' ng-class="{transparent: user.items.gear.owned[item.key]}")
button.customize-option(popover='{{::item.notes()}}', popover-title='{{::item.text()}}', popover-trigger='mouseenter', popover-placement='right', ng-click='purchase(item.type,item)', class='shop_{{::item.key}}')
.center
.text-center
| {{((item.specialClass == "wizard") && (item.type == "weapon")) + 1}} 
span.Pet_Currency_Gem1x.inline-gems
menu.pets-menu(label=env.t('quests'))