Sha256: 98868078267e4c9a772985386e06e7e52a6fb59f4681ee5ae880b5c6e897ead5

Contents?: true

Size: 507 Bytes

Versions: 12

Compression:

Stored size: 507 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| -%>
    <dt class="blacklight-<%= field_name.parameterize %> col-md-3"><%= render_document_show_field_label document, field: field_name %></dt>
    <dd class="blacklight-<%= field_name.parameterize %> col-md-9"><%= doc_presenter.field_value field %></dd>
  <% end -%>
</dl>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
blacklight-7.5.1 app/views/catalog/_show.html.erb
blacklight-7.5.0 app/views/catalog/_show.html.erb
blacklight-7.4.2 app/views/catalog/_show.html.erb
blacklight-7.4.1 app/views/catalog/_show.html.erb
blacklight-7.4.0 app/views/catalog/_show.html.erb
blacklight-7.3.0 app/views/catalog/_show.html.erb
blacklight-7.2.0 app/views/catalog/_show.html.erb
blacklight-7.1.0 app/views/catalog/_show.html.erb
blacklight-7.1.0.alpha app/views/catalog/_show.html.erb
blacklight-7.0.1 app/views/catalog/_show.html.erb
blacklight-7.0.0 app/views/catalog/_show.html.erb
blacklight-7.0.0.rc2 app/views/catalog/_show.html.erb