Sha256: a0d959db5813b40a7e1670898b1ec13e66b340a18fec5910071315908945e3b7

Contents?: true

Size: 539 Bytes

Versions: 13

Compression:

Stored size: 539 Bytes

Contents

<% view_config = local_assigns[:view_config] || blacklight_config&.view_config(document_index_view_type) %>
<div class="container">
  <div id="documents" class="<%= (Array(view_config.classes || 'row-cols-2 row-cols-md-3') + ["row documents-#{view_config.key}"]).join(' ') %>">
    <% document_presenters = Blacklight::VERSION > '8' ? documents.map { |doc| document_presenter(doc) } : documents %>
    <%= render view_config.document_component.with_collection(document_presenters, counter_offset: @response&.start || 0) %>
  </div>
</div>

Version data entries

13 entries across 13 versions & 2 rubygems

Version Path
blacklight-gallery-4.6.1 app/views/catalog/_document_gallery.html.erb
blacklight-gallery-4.6.0 app/views/catalog/_document_gallery.html.erb
blacklight-gallery-4.5.4 app/views/catalog/_document_gallery.html.erb
blacklight-gallery-4.5.3 app/views/catalog/_document_gallery.html.erb
blacklight-gallery-4.5.2 app/views/catalog/_document_gallery.html.erb
blacklight-gallery-4.5.1 app/views/catalog/_document_gallery.html.erb
blacklight-gallery-4.5.0 app/views/catalog/_document_gallery.html.erb
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/blacklight-gallery-4.4.1/app/views/catalog/_document_gallery.html.erb
blacklight-gallery-4.4.1 app/views/catalog/_document_gallery.html.erb
blacklight-gallery-4.4.0 app/views/catalog/_document_gallery.html.erb
blacklight-gallery-4.3.0 app/views/catalog/_document_gallery.html.erb
blacklight-gallery-4.2.0 app/views/catalog/_document_gallery.html.erb
blacklight-gallery-4.1.0 app/views/catalog/_document_gallery.html.erb