Sha256: 5ab170566b1f1666275ac9d359339290603e58d9545c124bdffc8779684fd8d1

Contents?: true

Size: 523 Bytes

Versions: 5

Compression:

Stored size: 523 Bytes

Contents

<%# default partial to display solr document fields in catalog index view -%>
<dl class="dl-horizontal dl-invert">
  
  <% index_fields(document).each do |solr_fname, field| -%>
    <% if should_render_index_field? document, field %>
	    <dt class="blacklight-<%= solr_fname.parameterize %>"><%= render_index_field_label document, :field => solr_fname %></dt>
	    <dd class="blacklight-<%= solr_fname.parameterize %>"><%= render_index_field_value document, :field => solr_fname %></dd>
    <% end -%>
  <% end -%>

</dl>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
blacklight-4.3.0 app/views/catalog/_index_default.html.erb
blacklight-4.2.2 app/views/catalog/_index_default.html.erb
blacklight-4.2.1 app/views/catalog/_index_default.html.erb
blacklight-4.2.0 app/views/catalog/_index_default.html.erb
blacklight-4.1.0 app/views/catalog/_index_default.html.erb