codecombat/app/templates/editor/level/system/new.jade

16 lines
543 B
Text
Raw Normal View History

2014-01-03 13:32:13 -05:00
extends /templates/modal/modal_base
2014-01-10 16:31:26 -05:00
block modal-header-content
h3(data-i18n="editor.create_system_title") Create New System
2014-01-03 13:32:13 -05:00
block modal-body-content
form.form-horizontal
.control-group
label(for="level-system-name", data-i18n="general.name").control-label Name
2014-01-03 13:32:13 -05:00
.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