mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 08:08:15 -05:00
17 lines
579 B
Text
17 lines
579 B
Text
extends /templates/modal/modal_base
|
|
|
|
block modal-header-content
|
|
h3(data-i18n="editor.fork_title") Fork New Version
|
|
|
|
block modal-body-content
|
|
form#save-level-form.form
|
|
.form-group
|
|
label(for="level-name", data-i18n="general.name") Name
|
|
input#level-name(name="name", type="text").form-control
|
|
|
|
block modal-footer-content
|
|
button.btn(data-dismiss="modal", data-i18n="common.cancel") Cancel
|
|
button.btn.btn-primary#fork-level-confirm-button(data-i18n="common.save") Save
|
|
|
|
block modal-body-wait-content
|
|
h3(data-i18n="editor.fork_creating") Creating Fork...
|