Skip to content

Instantly share code, notes, and snippets.

@amp343
Last active May 30, 2018 06:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save amp343/f41d366316fe8677b66a to your computer and use it in GitHub Desktop.
Save amp343/f41d366316fe8677b66a 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