Sha256: 37b787f638a882c8a164cb4d64c238b97e324879c0f4b5365127df737f1e540a

Contents?: true

Size: 731 Bytes

Versions: 10

Compression:

Stored size: 731 Bytes

Contents

<% component = Blacklight::VERSION > '8' ?
  Blacklight::DocumentComponent.new(classes: 'col', component: :div, document: @presenter, counter: @counter) :
  Blacklight::DocumentComponent.new(classes: 'col', component: :div, document: @document, presenter: @presenter, counter: @counter)
%> 
<%= render(component) do |component| %>
  <% component.with_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

10 entries across 10 versions & 2 rubygems

Version Path
blacklight-gallery-4.6.1 app/components/blacklight/gallery/document_component.html.erb
blacklight-gallery-4.6.0 app/components/blacklight/gallery/document_component.html.erb
blacklight-gallery-4.5.4 app/components/blacklight/gallery/document_component.html.erb
blacklight-gallery-4.5.3 app/components/blacklight/gallery/document_component.html.erb
blacklight-gallery-4.5.2 app/components/blacklight/gallery/document_component.html.erb
blacklight-gallery-4.5.1 app/components/blacklight/gallery/document_component.html.erb
blacklight-gallery-4.5.0 app/components/blacklight/gallery/document_component.html.erb
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/blacklight-gallery-4.4.1/app/components/blacklight/gallery/document_component.html.erb
blacklight-gallery-4.4.1 app/components/blacklight/gallery/document_component.html.erb
blacklight-gallery-4.4.0 app/components/blacklight/gallery/document_component.html.erb