Sha256: 2df30e4f98dc1eee5bdfec2b2ffe5126daa51c348f7fe99740682c5180118f66

Contents?: true

Size: 555 Bytes

Versions: 8

Compression:

Stored size: 555 Bytes

Contents

<%= render(Blacklight::DocumentComponent.new(classes: 'col', component: :div, document: @document, counter: @counter, presenter: @presenter)) do |component| %>
  <% component.body do %>
    <div class="thumbnail-container">
      <%= thumbnail %>

      <div class="caption-area">
        <div class="caption container">
          <%= title %>
          <%= content %>
          <%= metadata %>
          <% metadata_sections.each do |section| %>
            <%= section %>
          <% end %>
        </div>
      </div>
    </div>
  <% end %>
<% end %>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
blacklight-gallery-4.0.2 app/components/blacklight/gallery/document_component.html.erb
blacklight-gallery-4.0.1 app/components/blacklight/gallery/document_component.html.erb
blacklight-gallery-4.0.0 app/components/blacklight/gallery/document_component.html.erb
blacklight-gallery-3.5.0 app/components/blacklight/gallery/document_component.html.erb
blacklight-gallery-3.4.0 app/components/blacklight/gallery/document_component.html.erb
blacklight-gallery-3.3.1 app/components/blacklight/gallery/document_component.html.erb
blacklight-gallery-3.3.0 app/components/blacklight/gallery/document_component.html.erb
blacklight-gallery-3.2.0 app/components/blacklight/gallery/document_component.html.erb