mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 08:08:15 -05:00
27 lines
936 B
Text
27 lines
936 B
Text
|
extends /templates/core/modal-base
|
||
|
|
||
|
block modal-header-content
|
||
|
.text-center
|
||
|
h3.modal-title Remove Student
|
||
|
span.glyphicon.glyphicon-warning-sign.text-danger
|
||
|
h3 Are you sure you want to remove this student from this class?
|
||
|
|
||
|
block modal-body-content
|
||
|
p.text-center
|
||
|
| Student will lose access to this classroom and assigned classes.
|
||
|
| Progress and gameplay is NOT lost, and the student can be added back to the classroom at any time.
|
||
|
if view.user.get('coursePrepaidID')
|
||
|
| The activated paid license will not be returned.
|
||
|
|
||
|
block modal-footer-content
|
||
|
#remove-student-buttons.text-center
|
||
|
p
|
||
|
button.btn.btn-lg.btn-success.text-uppercase(data-dismiss="modal") Keep Student
|
||
|
p - OR -
|
||
|
p
|
||
|
button#remove-student-btn.btn.btn-lg.btn-default.text-uppercase Remove Student
|
||
|
|
||
|
#remove-student-progress.text-center.hide
|
||
|
.progress
|
||
|
.progress-bar
|
||
|
p.text-info Removing user
|