Skip to content

Instantly share code, notes, and snippets.

@StanBoyet
Created September 8, 2014 09:46
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save StanBoyet/448f04f44d88c21522fa to your computer and use it in GitHub Desktop.
Save StanBoyet/448f04f44d88c21522fa to your computer and use it in GitHub Desktop.
Boostrap Modal in Slim
/ Simple Slim translation of Bootstrap modal
.modal.fade.bs-example-modal-lg id="myModal" tabindex='-1' role='dialog' aria-labelledby="Modal Title" aria-hidden='true'
.modal-dialog.modal-lg
.modal-content
.modal-header
button.close type='button' data-dismiss='modal'
span aria-hidden='true' ×
span.sr-only Close
h4.modal-title = "Modal Title"
.modal-body
p Body
.modal-footer
button.btn.btn-danger type='button' data-dismiss='modal' Close
button.btn.btn-primary type='button' Save
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment