Sha256: d70a32e432ad664e5060a0c30b29c249bc23ba74c6300fc9022c4f55bda589e2

Contents?: true

Size: 545 Bytes

Versions: 6

Compression:

Stored size: 545 Bytes

Contents

<% doc_presenter = show_presenter(document) %>
<%# default partial to display solr document fields in catalog show view -%>
<dl class="row dl-invert document-metadata">
  <% doc_presenter.fields_to_render.each do |field_name, field, field_presenter| -%>
    <dt class="blacklight-<%= field_name.parameterize %> col-md-3"><%= render_document_show_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/_show.html.erb
blacklight-7.9.0 app/views/catalog/_show.html.erb
blacklight-7.8.1 app/views/catalog/_show.html.erb
blacklight-7.8.0 app/views/catalog/_show.html.erb
blacklight-7.7.0 app/views/catalog/_show.html.erb
blacklight-7.6.0 app/views/catalog/_show.html.erb