Sha256: a7d0c34f7853b378eecc8023113927dae3a065f3fd6003feca4c7235a80a984f

Contents?: true

Size: 535 Bytes

Versions: 6

Compression:

Stored size: 535 Bytes

Contents

<%# default partial to display solr document fields in catalog show view -%>
<dl class="dl-horizontal  dl-invert">
  <% document_show_fields.each do |solr_fname, field| -%>
    <% if should_render_show_field? document, field %>
	    <dt class="blacklight-<%= solr_fname.parameterize %>"><%= render_document_show_field_label :field => solr_fname %></dt>
	    <dd class="blacklight-<%= solr_fname.parameterize %>"><%= render_document_show_field_value :document => document, :field => solr_fname %></dd>
    <% end -%>
  <% end -%>
</dl>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
blacklight-4.0.1 app/views/catalog/_show_default.html.erb
blacklight-4.0.0 app/views/catalog/_show_default.html.erb
blacklight-4.0.0.rc2 app/views/catalog/_show_default.html.erb
blacklight-4.0.0.rc1 app/views/catalog/_show_default.html.erb
blacklight-4.0.0.pre7 app/views/catalog/_show_default.html.erb
blacklight-4.0.0.pre6 app/views/catalog/_show_default.html.erb