Sha256: 502bb8c47825cd6cc0fcd2d460b68abe7b0c48ec787f8ab4d0e1851bb0c89c2e

Contents?: true

Size: 482 Bytes

Versions: 18

Compression:

Stored size: 482 Bytes

Contents

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

</dl>

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
blacklight-3.8.0 app/views/catalog/_index_default.html.erb
blacklight-3.7.2 app/views/catalog/_index_default.html.erb
blacklight-3.7.1 app/views/catalog/_index_default.html.erb
blacklight-3.7.0 app/views/catalog/_index_default.html.erb
blacklight-3.6.1.1 app/views/catalog/_index_default.html.erb
blacklight-3.6.0 app/views/catalog/_index_default.html.erb
blacklight-3.5.0 app/views/catalog/_index_default.html.erb
blacklight-3.4.2 app/views/catalog/_index_default.html.erb
blacklight-3.4.1 app/views/catalog/_index_default.html.erb
blacklight-3.4.0 app/views/catalog/_index_default.html.erb
blacklight-3.3.2 app/views/catalog/_index_default.html.erb
blacklight-3.3.1 app/views/catalog/_index_default.html.erb
blacklight-3.3.0 app/views/catalog/_index_default.html.erb
blacklight-3.2.2 app/views/catalog/_index_default.html.erb
blacklight-3.2.1 app/views/catalog/_index_default.html.erb
blacklight-3.2.0 app/views/catalog/_index_default.html.erb
blacklight-3.2.0pre2 app/views/catalog/_index_default.html.erb
blacklight-3.2.0pre1 app/views/catalog/_index_default.html.erb