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

Version Path
bootstrap_leather-0.9.4 app/views/bootstrap_leather/_modal.html.haml
bootstrap_leather-0.9.3 app/views/bootstrap_leather/_modal.html.haml
bootstrap_leather-0.9.2 app/views/bootstrap_leather/_modal.html.haml
bootstrap_leather-0.9.1 app/views/bootstrap_leather/_modal.html.haml
bootstrap_leather-0.9.0 app/views/bootstrap_leather/_modal.html.haml
bootstrap_leather-0.8.8 app/views/bootstrap_leather/_modal.html.haml
bootstrap_leather-0.8.7 app/views/bootstrap_leather/_modal.html.haml
bootstrap_leather-0.8.6 app/views/bootstrap_leather/_modal.html.haml
bootstrap_leather-0.8.5 app/views/bootstrap_leather/_modal.html.haml