Sha256: cd2b2c2e92822929f8ee89a2f423edf786d885345341553603884a242f36620d

Contents?: true

Size: 503 Bytes

Versions: 12

Compression:

Stored size: 503 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| -%>
    <dt class="blacklight-<%= field_name.parameterize %> col-md-3"><%= render_index_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/_index.html.erb
blacklight-7.5.0 app/views/catalog/_index.html.erb
blacklight-7.4.2 app/views/catalog/_index.html.erb
blacklight-7.4.1 app/views/catalog/_index.html.erb
blacklight-7.4.0 app/views/catalog/_index.html.erb
blacklight-7.3.0 app/views/catalog/_index.html.erb
blacklight-7.2.0 app/views/catalog/_index.html.erb
blacklight-7.1.0 app/views/catalog/_index.html.erb
blacklight-7.1.0.alpha app/views/catalog/_index.html.erb
blacklight-7.0.1 app/views/catalog/_index.html.erb
blacklight-7.0.0 app/views/catalog/_index.html.erb
blacklight-7.0.0.rc2 app/views/catalog/_index.html.erb