mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-26 00:58:00 -05:00
15 lines
543 B
Text
15 lines
543 B
Text
extends /templates/modal/modal_base
|
|
|
|
block modal-header-content
|
|
h3(data-i18n="editor.create_system_title") Create New System
|
|
|
|
block modal-body-content
|
|
form.form-horizontal
|
|
.control-group
|
|
label(for="level-system-name", data-i18n="general.name").control-label Name
|
|
.controls
|
|
input#level-system-name.input-large(name="name", type="text")
|
|
|
|
block modal-footer-content
|
|
button(data-dismiss="modal", data-i18n="common.cancel").btn Cancel
|
|
button(data-i18n="common.create").btn.btn-primary#new-level-system-submit Create
|