Sha256: 52203ea9e0dae9b10cf88e9d6d57929163cf69a5fc3a72ef2451944a63f77659

Contents?: true

Size: 488 Bytes

Versions: 12

Compression:

Stored size: 488 Bytes

Contents

<% # container for all documents in slideshow view -%>
<div id="documents" class="row slideshow">
  <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

12 entries across 12 versions & 1 rubygems

Version Path
blacklight-gallery-0.6.1 app/views/catalog/_document_slideshow.html.erb
blacklight-gallery-0.6.0 app/views/catalog/_document_slideshow.html.erb
blacklight-gallery-0.4.1 app/views/catalog/_document_slideshow.html.erb
blacklight-gallery-0.5.0 app/views/catalog/_document_slideshow.html.erb
blacklight-gallery-0.4.0 app/views/catalog/_document_slideshow.html.erb
blacklight-gallery-0.3.0 app/views/catalog/_document_slideshow.html.erb
blacklight-gallery-0.2.1 app/views/catalog/_document_slideshow.html.erb
blacklight-gallery-0.2.0 app/views/catalog/_document_slideshow.html.erb
blacklight-gallery-0.1.2 app/views/catalog/_document_slideshow.html.erb
blacklight-gallery-0.1.1 app/views/catalog/_document_slideshow.html.erb
blacklight-gallery-0.1.0 app/views/catalog/_document_slideshow.html.erb
blacklight-gallery-0.0.2 app/views/catalog/_document_slideshow.html.erb