Sha256: fa3cfa444cbd3fc63351ee935a4a8fb7c94e4eb8d1a4930b94fbd515b33a44dd

Contents?: true

Size: 503 Bytes

Versions: 10

Compression:

Stored size: 503 Bytes

Contents

.modal.fade{:id => id, :tabindex => -1, :role => 'dialog', :aria => {:labelledby => 'modal-label'}}
  .modal-dialog{:role => 'document'}
    .modal-content
      .modal-header
        %button.close{:type => 'button', :data => {:dismiss => 'modal'}, :aria => {:hidden => true}}= 'x'
        %h3.modal-title#modal-label= title
      #modal-body.modal-body
        = block
      .modal-footer
        %button.close{:type => 'button', :data => {:dismiss => 'modal'}, :aria => {:hidden => true}}= close_text

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
bootstrap_leather-0.10.14 app/views/bootstrap_leather/modals/_modal.html.haml
bootstrap_leather-0.10.13 app/views/bootstrap_leather/modals/_modal.html.haml
bootstrap_leather-0.10.11 app/views/bootstrap_leather/modals/_modal.html.haml
bootstrap_leather-0.10.10 app/views/bootstrap_leather/modals/_modal.html.haml
bootstrap_leather-0.10.9 app/views/bootstrap_leather/modals/_modal.html.haml
bootstrap_leather-0.10.8 app/views/bootstrap_leather/modals/_modal.html.haml
bootstrap_leather-0.10.7 app/views/bootstrap_leather/modals/_modal.html.haml
bootstrap_leather-0.10.6 app/views/bootstrap_leather/modals/_modal.html.haml
bootstrap_leather-0.10.5 app/views/bootstrap_leather/modals/_modal.html.haml
bootstrap_leather-0.10.4 app/views/bootstrap_leather/modals/_modal.html.haml