mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-12-02 20:07:25 -05:00
14 lines
446 B
Text
14 lines
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
|