mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-25 08:38:09 -05:00
17 lines
467 B
Text
17 lines
467 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") Name
|
|
input#level-name(name="name", type="text").form-control
|
|
|
|
block modal-footer-content
|
|
button.btn(data-dismiss="modal") Cancel
|
|
button.btn.btn-primary#fork-level-confirm-button Save
|
|
|
|
block modal-body-wait-content
|
|
h3 Creating Fork...
|