2014-11-29 14:39:37 -05:00
|
|
|
extends /templates/core/modal-base
|
2014-09-19 14:03:38 -04:00
|
|
|
|
|
|
|
block modal-header-content
|
2014-10-02 14:18:43 -04:00
|
|
|
h1#choose-hero-header.choose-hero-active.secret(data-i18n="choose_hero.choose_hero") Choose Your Hero
|
|
|
|
h1#choose-inventory-header.choose-inventory-active.secret(data-i18n="inventory.choose_inventory") Equip Items
|
2014-09-19 14:03:38 -04:00
|
|
|
|
|
|
|
block modal-body-content
|
|
|
|
#choose-hero-view
|
|
|
|
|
2014-11-06 19:23:23 -05:00
|
|
|
#inventory-modal
|
2014-09-20 01:15:58 -04:00
|
|
|
|
|
|
|
block modal-footer-content
|
2014-10-02 14:18:43 -04:00
|
|
|
button#choose-inventory-button.btn.btn-lg.btn-success.choose-hero-active.secret(data-i18n="play.next") Next
|
|
|
|
button#choose-hero-button.btn.btn-lg.btn-primary.choose-inventory-active.secret.pull-left(data-i18n="play.change_hero") Change Hero
|
|
|
|
button#play-level-button.btn.btn-lg.btn-success.choose-inventory-active.secret(data-i18n="common.play") Play
|
2014-09-20 01:15:58 -04:00
|
|
|
|