Sha256: 7c2d71ad47366e5cfd9d8d38a895695c759fb78f0994718f6f939329ac5ffb55

Contents?: true

Size: 299 Bytes

Versions: 5

Compression:

Stored size: 299 Bytes

Contents

<% # container for all collection documents in collections display view -%>
<div id="documents" class="row collections-gallery">
  <%= render collection: documents,
             as: :document,
             partial: 'index_collections_gallery',
             locals: {count: documents.count} %>
</div>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
commonwealth-vlr-engine-0.0.7 app/views/catalog/_document_collections_gallery.html.erb
commonwealth-vlr-engine-0.0.4 app/views/catalog/_document_collections_gallery.html.erb
commonwealth-vlr-engine-0.0.3 app/views/catalog/_document_collections_gallery.html.erb
commonwealth-vlr-engine-0.0.2 app/views/catalog/_document_collections_gallery.html.erb
commonwealth-vlr-engine-0.0.1 app/views/catalog/_document_collections_gallery.html.erb