mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 16:17:57 -05:00
18 lines
568 B
Text
18 lines
568 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.form
|
||
|
.form-group
|
||
|
label(for="model-name", data-i18n="general.name") Name
|
||
|
input#fork-model-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-model-confirm-button(data-i18n="common.save") Save
|
||
|
|
||
|
block modal-body-wait-content
|
||
|
h3(data-i18n="editor.fork_creating") Creating Fork...
|