Sha256: 6143332be07c032e30aef4b51f9660fc30d749d23c9ea215dbcbd0f428180c2d

Contents?: true

Size: 568 Bytes

Versions: 25

Compression:

Stored size: 568 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_name %></dd>
    <% end -%>
  <% end -%>

</dl>

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
blacklight-6.15.0 app/views/catalog/_index_default.html.erb
blacklight-6.14.1 app/views/catalog/_index_default.html.erb
blacklight-6.14.0 app/views/catalog/_index_default.html.erb
blacklight-6.13.0 app/views/catalog/_index_default.html.erb
blacklight-6.12.0 app/views/catalog/_index_default.html.erb
blacklight-6.11.2 app/views/catalog/_index_default.html.erb
blacklight-6.11.1 app/views/catalog/_index_default.html.erb
blacklight-6.11.0 app/views/catalog/_index_default.html.erb
blacklight-6.10.1 app/views/catalog/_index_default.html.erb
blacklight-6.10.0 app/views/catalog/_index_default.html.erb
blacklight-6.9.0 app/views/catalog/_index_default.html.erb
blacklight-6.8.0 app/views/catalog/_index_default.html.erb
blacklight-6.7.3 app/views/catalog/_index_default.html.erb
blacklight-6.7.2 app/views/catalog/_index_default.html.erb
blacklight-6.7.1 app/views/catalog/_index_default.html.erb
blacklight-6.7.0 app/views/catalog/_index_default.html.erb
blacklight-6.6.2 app/views/catalog/_index_default.html.erb
blacklight-6.6.1 app/views/catalog/_index_default.html.erb
blacklight-6.6.0 app/views/catalog/_index_default.html.erb
blacklight-6.5.0 app/views/catalog/_index_default.html.erb