mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-28 10:06:08 -05:00
7 lines
197 B
Text
7 lines
197 B
Text
|
.modal.hide.fade#modal-error
|
||
|
.modal-header
|
||
|
.button.close(type="button", data-dismiss="modal", aria-hidden="true") ×
|
||
|
h3 Error #{status}: #{statusText}
|
||
|
.modal-body
|
||
|
p #{message}
|