Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save infinityhacks/4b70cf2f9c2af440584e74132956daff to your computer and use it in GitHub Desktop.
Save infinityhacks/4b70cf2f9c2af440584e74132956daff to your computer and use it in GitHub Desktop.
Bootstrap modal HAML
.modal.fade.modal-fade
.modal-dialog
.modal-content
.modal-header
%button.close{type:'button', data:{dismiss:'modal'}}
%span{aria:{hidden:'true'}}
%i.fa.fa-close
%span.sr-only Close
%h4.modal-title
.modal-body
%p
.modal-footer
%button.btn.btn-default{type:'button', data:{dismiss:'modal'}} Close
%button.btn.btn-primary{type:'button', data:{dismiss:'modal'}} Save
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment