mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-25 00:28:31 -05:00
13 lines
372 B
Text
13 lines
372 B
Text
|
extends /templates/modal/modal_base
|
||
|
|
||
|
block modal-body-content
|
||
|
form.form-horizontal
|
||
|
.control-group
|
||
|
label.control-label(for="level-system-name") Name
|
||
|
.controls
|
||
|
input#level-system-name.input-large(name="name", type="text")
|
||
|
|
||
|
block modal-footer-content
|
||
|
button.btn(data-dismiss="modal") Cancel
|
||
|
button.btn.btn-primary#new-level-system-submit Create
|