Sha256: 3abd9039fc006dfc7c3ca6bd90d35cb226a5c94c11d6845dfaab2f9dd56ed8c9
Contents?: true
Size: 532 Bytes
Versions: 1
Compression:
Stored size: 532 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.partial do %> <%= render_document_partial document, partial, component: component, document_counter: document_counter %> <% end %> <% end %> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
blacklight-8.0.0.beta1 | app/views/catalog/_document.html.erb |