mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-12-03 12:27:19 -05:00
14 lines
No EOL
446 B
Text
14 lines
No EOL
446 B
Text
extends /templates/modal/modal_base
|
|
|
|
block modal-header-content
|
|
h3(data-i18n="editor.pick_a_terrain") Pick a Terrain
|
|
|
|
block modal-body-content
|
|
div#normal-view
|
|
a(href="#")
|
|
div.play-option(data-preset-type="grassy", data-preset-size="small")
|
|
div.preset-size.name-label
|
|
span(data-i18n="ladder.small") Small
|
|
div.preset-name
|
|
span(data-i18n="ladder.grassy") Grassy
|
|
//- for model in models |