Sha256: e93657902130ef566b4020e72693ef7aaabba7bcfbb17b3e92c8d4e14e2546c0

Contents?: true

Size: 681 Bytes

Versions: 7

Compression:

Stored size: 681 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="blacklight-modal-close btn-close close btn-close-white" data-dismiss="modal" data-bs-dismiss="modal" aria-label="<%= t('blacklight.modal.close') %>">
            <span aria-hidden="true" class="visually-hidden">&times;</span>
          </button>
        </div>
        <div class="modal-body">
          <%= yield %>
        </div>
      </div>
    </div>
  </div>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
blacklight-gallery-4.6.1 app/views/catalog/_slideshow_modal.html.erb
blacklight-gallery-4.6.0 app/views/catalog/_slideshow_modal.html.erb
blacklight-gallery-4.5.4 app/views/catalog/_slideshow_modal.html.erb
blacklight-gallery-4.5.3 app/views/catalog/_slideshow_modal.html.erb
blacklight-gallery-4.5.2 app/views/catalog/_slideshow_modal.html.erb
blacklight-gallery-4.5.1 app/views/catalog/_slideshow_modal.html.erb
blacklight-gallery-4.5.0 app/views/catalog/_slideshow_modal.html.erb