mirror of
https://github.com/ConjureETS/Interface-Admin.git
synced 2026-03-24 12:31:07 +00:00
15 lines
710 B
Plaintext
15 lines
710 B
Plaintext
//- logout_modal.pug
|
||
|
||
div#logoutModal(class="modal fade" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true")
|
||
.modal-dialog(role="document")
|
||
.modal-content
|
||
.modal-header
|
||
h5#exampleModalLabel(class="modal-title") Ready to Leave?
|
||
bhtton.close(type="button" data-dismiss="modal" aria-label="Close")
|
||
span(aria-hidden="true") ×
|
||
|
||
.modal-body Select "Logout" below if you are ready to end your current session.
|
||
.modal-footer
|
||
button(class="btn btn-secondary" type="button" data-dismiss="modal") Cancel
|
||
a(class="btn btn-primary" href="login.html") Logout
|