Sha256: b36d0397ba6d30526dd53817239c1d9725b3071c5e4d3692f50ed0cbb1ac7b6e
Contents?: true
Size: 679 Bytes
Versions: 2
Compression:
Stored size: 679 Bytes
Contents
<%= content_tag @component, id: @id, data: { 'document-id': @document.id.to_s.parameterize, 'document-counter': @counter, }, itemscope: true, itemtype: @document.itemtype, class: classes.flatten.join(' ') do %> <%= header %> <% if body.present? %> <%= body %> <% else %> <div class="document-main-section"> <%= title %> <%= embed %> <%= content %> <%= metadata %> <% metadata_sections.each do |section| %> <%= section %> <% end %> <% partials.each do |partial| %> <%= partial %> <% end if render_partials? %> </div> <%= thumbnail %> <% end %> <%= footer %> <% end %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
blacklight-7.40.0 | app/components/blacklight/document_component.html.erb |
blacklight-7.39.0 | app/components/blacklight/document_component.html.erb |