Created
December 24, 2014 22:23
-
-
Save SabreCat/18d8c8cd42a0a861ff99 to your computer and use it in GitHub Desktop.
Seasonal shop WIP
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
script(type='text/ng-template', id='partials/options.inventory.seasonalshop.html') | |
.container-fluid | |
.stable.row | |
.col-md-2 | |
.seasonalshop_winter2015 | |
.col-md-10 | |
.popover.static-popover.fade.right.in | |
.arrow | |
h3.popover-title!=env.t('seasonalShopTitle', {linkStart:"<a href='http://blog.habitrpg.com/who' target='_blank'>", linkEnd: "</a>"}) | |
.popover-content | |
p!=env.t('seasonalShopText') | |
li.customize-menu.inventory-gear | |
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 Content.gear.flat | toArray | where:{index:set}') | |
button.customize-option(popover='{{::item.notes()}}', popover-title='{{::item.text()}}', popover-trigger='mouseenter', popover-placement='right', class='shop_{{::item.key}}') | |
.center | |
| {{((item.specialClass == "wizard") && (item.type == "weapon")) + 1}} | |
span.Pet_Currency_Gem1x.inline-gems |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment