Sha256: 7277e8dbcaa18fb4dc833722df5955f4d27dc12b99e3aa6955e988217d7af734

Contents?: true

Size: 494 Bytes

Versions: 33

Compression:

Stored size: 494 Bytes

Contents

<div id="<%= id %>"
      class="modal hide fade"
      tabindex="-1"
      role="dialog"
      aria-labelledby="modal-title"
      aria-hidden="true">
  <div class="modal-header" id="modal-header">
    <button type="button"
            class="close"
            data-dismiss="modal"
            aria-hidden="true">×
    </button>
    <h3 id="modal-title">
      <%= title if defined?(title) %>
    </h3>
  </div>
  <div id="modal-container">
    <%= body if defined?(body) %>
  </div>
</div>

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
adminpanel-2.6.0 app/views/adminpanel/shared/_modal.html.erb
adminpanel-2.5.5 app/views/adminpanel/shared/_modal.html.erb
adminpanel-2.5.4 app/views/adminpanel/shared/_modal.html.erb
adminpanel-2.5.3 app/views/adminpanel/shared/_modal.html.erb
adminpanel-2.5.2 app/views/adminpanel/shared/_modal.html.erb
adminpanel-2.5.1 app/views/adminpanel/shared/_modal.html.erb
adminpanel-2.5.0 app/views/adminpanel/shared/_modal.html.erb
adminpanel-2.4.3 app/views/adminpanel/shared/_modal.html.erb
adminpanel-2.4.2 app/views/adminpanel/shared/_modal.html.erb
adminpanel-2.4.1 app/views/adminpanel/shared/_modal.html.erb
adminpanel-2.4.0 app/views/adminpanel/shared/_modal.html.erb
adminpanel-2.3.1 app/views/adminpanel/shared/_modal.html.erb
adminpanel-2.3.0 app/views/adminpanel/shared/_modal.html.erb