Sha256: 3dc0b74b1e006e3376393de3c95e449946fa98c262a2e20a000b905cde47d7b0

Contents?: true

Size: 560 Bytes

Versions: 12

Compression:

Stored size: 560 Bytes

Contents

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

  <% index_fields(document).each do |field_name, field| -%>
    <% if should_render_index_field? document, field %>
	    <dt class="blacklight-<%= field_name.parameterize %>"><%= render_index_field_label document, field: field_name %></dt>
	    <dd class="blacklight-<%= field_name.parameterize %>"><%= doc_presenter.field_value field %></dd>
    <% end -%>
  <% end -%>

</dl>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
blacklight-6.25.0 app/views/catalog/_index_default.html.erb
blacklight-6.24.0 app/views/catalog/_index_default.html.erb
blacklight-6.23.0 app/views/catalog/_index_default.html.erb
blacklight-6.22.0 app/views/catalog/_index_default.html.erb
blacklight-6.21.0 app/views/catalog/_index_default.html.erb
blacklight-6.20.0 app/views/catalog/_index_default.html.erb
blacklight-6.19.2 app/views/catalog/_index_default.html.erb
blacklight-6.19.1 app/views/catalog/_index_default.html.erb
blacklight-6.19.0 app/views/catalog/_index_default.html.erb
blacklight-6.18.0 app/views/catalog/_index_default.html.erb
blacklight-6.17.0 app/views/catalog/_index_default.html.erb
blacklight-6.16.0 app/views/catalog/_index_default.html.erb