mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 08:08:15 -05:00
16 lines
387 B
Text
16 lines
387 B
Text
|
extends /templates/modal/modal_base
|
||
|
|
||
|
block modal-body-content
|
||
|
.form-inline
|
||
|
.control-group
|
||
|
label.control-label(for="recover-email") Email
|
||
|
.controls
|
||
|
input#recover-email.input-large(name="email", type="email")
|
||
|
|
||
|
block modal-body-wait-content
|
||
|
h3 Sending
|
||
|
|
||
|
block modal-footer
|
||
|
.modal-footer
|
||
|
button.btn.btn-primary.btn-large#recover-button Send Recover Password
|