Sha256: b83607f75cdfaab7e472253ef4ada6e35f5cc5467f3c5162d75bf0e5b20cc136

Contents?: true

Size: 541 Bytes

Versions: 44

Compression:

Stored size: 541 Bytes

Contents

<%# default partial to display solr document fields in catalog index view -%>
<dl class="document-metadata 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

44 entries across 44 versions & 1 rubygems

Version Path
blacklight-4.9.0 app/views/catalog/_index_default.html.erb
blacklight-4.8.0 app/views/catalog/_index_default.html.erb
blacklight-5.9.4 app/views/catalog/_index_default.html.erb
blacklight-5.9.3 app/views/catalog/_index_default.html.erb
blacklight-5.9.2 app/views/catalog/_index_default.html.erb
blacklight-5.9.1 app/views/catalog/_index_default.html.erb
blacklight-5.9.0 app/views/catalog/_index_default.html.erb
blacklight-5.8.2 app/views/catalog/_index_default.html.erb
blacklight-5.8.1 app/views/catalog/_index_default.html.erb
blacklight-5.8.0 app/views/catalog/_index_default.html.erb
blacklight-5.7.2 app/views/catalog/_index_default.html.erb
blacklight-5.5.4 app/views/catalog/_index_default.html.erb
blacklight-5.7.1 app/views/catalog/_index_default.html.erb
blacklight-5.7.0 app/views/catalog/_index_default.html.erb
blacklight-5.6.0 app/views/catalog/_index_default.html.erb
blacklight-5.5.3 app/views/catalog/_index_default.html.erb
blacklight-5.5.2 app/views/catalog/_index_default.html.erb
blacklight-5.5.1 app/views/catalog/_index_default.html.erb
blacklight-5.5.0 app/views/catalog/_index_default.html.erb
blacklight-5.4.0 app/views/catalog/_index_default.html.erb