Sha256: 3dfae06601759220509d62c31d194067c3f8ad5d3ae0910a4a65f5c6ce7f6cd6

Contents?: true

Size: 541 Bytes

Versions: 6

Compression:

Stored size: 541 Bytes

Contents

<% doc_presenter = index_presenter(document) %>
<%# default partial to display solr document fields in catalog index view -%>
<dl class="document-metadata dl-invert row">

  <% doc_presenter.fields_to_render.each do |field_name, field, field_presenter| -%>
    <dt class="blacklight-<%= field_name.parameterize %> col-md-3"><%= render_index_field_label document, label: field_presenter.label, field: field_name %></dt>
    <dd class="blacklight-<%= field_name.parameterize %> col-md-9"><%= field_presenter.render %></dd>
  <% end -%>

</dl>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
blacklight-7.10.0 app/views/catalog/_index.html.erb
blacklight-7.9.0 app/views/catalog/_index.html.erb
blacklight-7.8.1 app/views/catalog/_index.html.erb
blacklight-7.8.0 app/views/catalog/_index.html.erb
blacklight-7.7.0 app/views/catalog/_index.html.erb
blacklight-7.6.0 app/views/catalog/_index.html.erb