Sha256: b3d5285b128c7a2e30de5ebcc1cf606b518629b8c673b16bed90f0974c409c55
Contents?: true
Size: 501 Bytes
Versions: 9
Compression:
Stored size: 501 Bytes
Contents
.modal.fade{:id => id, :tabindex => -1, :role => 'dialog', :aria => {:labelledby => 'modalLabel'}} .modal-dialog{:role => 'document'} .modal-content .modal-header %button.close{:type => 'button', :data => {:dismiss => 'modal'}, :aria => {:hidden => true}}= 'x' %h3.modal-title#modalLabel= title #modal-body.modal-body = block .modal-footer %button.close{:type => 'button', :data => {:dismiss => 'modal'}, :aria => {:hidden => true}}= close_text
Version data entries
9 entries across 9 versions & 1 rubygems