mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 08:08:15 -05:00
19 lines
641 B
Text
19 lines
641 B
Text
extends /templates/modal/modal_base
|
|
|
|
block modal-header-content
|
|
h3(data-i18n="#{currentNew}") Create New #{modelLabel}
|
|
|
|
block modal-body-content
|
|
form.form
|
|
.form-group
|
|
label.control-label(for="name", data-i18n="general.name") Name
|
|
input#name.form-control(name="name", type="text")
|
|
|
|
block modal-footer
|
|
.modal-footer
|
|
button.btn(data-dismiss="modal", data-i18n="common.cancel") Cancel
|
|
button.btn.btn-primary.new-model-submit(data-i18n="common.create") Create
|
|
.modal-body.wait.secret
|
|
h3(data-i18n="play_level.tip_reticulating") Reticulating Splines...
|
|
.progress.progress-striped.active
|
|
.progress-bar
|