mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-30 10:56:53 -05:00
5b8d66cd1c
Don't show grey border around Anya in signup modal Refactor reload handling Fix courses page updating to chosen hero
14 lines
350 B
Text
14 lines
350 B
Text
extends /templates/core/modal-base-flat
|
|
|
|
block modal-header-content
|
|
.text-center
|
|
h3(data-i18n="courses.select_your_hero")
|
|
h4(data-i18n="courses.select_your_hero_description")
|
|
|
|
block modal-body-content
|
|
#hero-select-view
|
|
|
|
block modal-footer-content
|
|
.select-hero-btn.btn.btn-lg.btn-forest
|
|
span(data-i18n="courses.select_this_hero")
|
|
|