Refactor of pillar-server and pillar-web into a single python package. This simplifies the overall architecture of pillar applications. Special thanks @sybren and @venomgfx
14 lines
495 B
Plaintext
14 lines
495 B
Plaintext
// Modal
|
||
#modal-default.modal.fade(tabindex='-1', role='dialog', aria-labelledby='modal-default-label')
|
||
.modal-dialog(role='document')
|
||
.modal-content
|
||
.modal-header
|
||
button.close(type='button', data-dismiss='modal', aria-label='Close')
|
||
span(aria-hidden='true') ×
|
||
h4#modal-default-label.modal-title Modal title
|
||
.modal-body
|
||
| ...
|
||
.modal-footer
|
||
button.btn.btn-default(type='button', data-dismiss='modal') Close
|
||
button.btn.btn-primary(type='button') Save changes
|