Eshop-Laravel/public/lib/boot/pug/includes/modals/logout.pug

14 lines
618 B
Text
Raw Normal View History

2019-10-18 09:25:37 +00:00
// Logout Modal
#exampleModal.modal.fade(tabindex='-1', role='dialog', aria-labelledby='exampleModalLabel', aria-hidden='true')
.modal-dialog(role='document')
.modal-content
.modal-header
h5#exampleModalLabel.modal-title Ready to Leave?
button.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.btn.btn-secondary(type='button', data-dismiss='modal') Cancel
a.btn.btn-primary(href='login.html') Logout