Sha256: 84e4effe60e403cc1b20e6dde2143d0193bb466f2ec3f0bee1dca3f7c52748bf

Contents?: true

Size: 518 Bytes

Versions: 5

Compression:

Stored size: 518 Bytes

Contents

  <!-- Modal -->
  <div class="slideshow-modal modal fade" id="slideshow-modal" tabindex="-1" role="dialog" aria-labelledby="slideshow-modal-label" aria-hidden="true">
    <div class="modal-dialog modal-xl">
      <div class="modal-content">
        <div class="modal-header">
          <button type="button" class="close" data-dismiss="modal" aria-hidden="true">
            ×
          </button>
        </div>
        <div class="modal-body">
          <%= yield %>
        </div>
      </div>
    </div>
  </div>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
blacklight-gallery-1.7.0 app/views/catalog/_slideshow_modal.html.erb
blacklight-gallery-1.6.0 app/views/catalog/_slideshow_modal.html.erb
blacklight-gallery-1.5.0 app/views/catalog/_slideshow_modal.html.erb
blacklight-gallery-1.4.0 app/views/catalog/_slideshow_modal.html.erb
blacklight-gallery-1.3.0 app/views/catalog/_slideshow_modal.html.erb