Sha256: 2f1491c96ca34d09d1cca66a8590ed84c17641230e699f63b3c399bcb764198c
Contents?: true
Size: 537 Bytes
Versions: 3
Compression:
Stored size: 537 Bytes
Contents
<% # container for a single doc -%> <% view_config = local_assigns[:view_config] || blacklight_config.view_config(document_index_view_type) %> <%= render view_config.document_component.new(presenter: document_presenter(document), counter: document_counter_with_offset(document_counter)) do |component| %> <% view_config.partials.each do |partial| %> <% component.with_partial do %> <%= render_document_partial document, partial, component: component, document_counter: document_counter %> <% end %> <% end %> <% end %>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
blacklight-8.0.0.beta4 | app/views/catalog/_document.html.erb |
blacklight-8.0.0.beta3 | app/views/catalog/_document.html.erb |
blacklight-8.0.0.beta2 | app/views/catalog/_document.html.erb |