Sha256: afd67bac59723bb75e7e0b24e57adb0a94b2f65ad8f918c52c3799578ecd3094

Contents?: true

Size: 498 Bytes

Versions: 8

Compression:

Stored size: 498 Bytes

Contents

<% # container for all documents in slideshow view -%>
<div id="documents" class="row slideshow-documents">
  <div class="info">
    <h3><%= t(:'blacklight_gallery.catalog.document_slideshow.header') %></h3>
  </div>

  <div class="grid">
    <%= render collection: documents, as: :document, partial: 'grid_slideshow' %>
  </div>

  <%= render layout: 'slideshow_modal', locals: {documents: documents} do %>
    <%= render partial: 'slideshow', locals: {documents: documents} %>
  <% end %>
</div>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
blacklight-gallery-1.1.0 app/views/catalog/_document_slideshow.html.erb
blacklight-gallery-0.12.0 app/views/catalog/_document_slideshow.html.erb
blacklight-gallery-1.0.0 app/views/catalog/_document_slideshow.html.erb
blacklight-gallery-0.11.0 app/views/catalog/_document_slideshow.html.erb
blacklight-gallery-0.10.0 app/views/catalog/_document_slideshow.html.erb
blacklight-gallery-0.9.0 app/views/catalog/_document_slideshow.html.erb
blacklight-gallery-0.8.0 app/views/catalog/_document_slideshow.html.erb
blacklight-gallery-0.7.0 app/views/catalog/_document_slideshow.html.erb