Sha256: ee604600a68eca3ae3978c0fdb1818c7a0885840eb876dacf6a5958eb8aaaeb6

Contents?: true

Size: 501 Bytes

Versions: 56

Compression:

Stored size: 501 Bytes

Contents

<%# default partial to display solr document fields in catalog show view -%>
<dl class="defList">
  <% document_show_fields.each do |solr_fname, field| -%>
    <% if document.has? solr_fname %>
	    <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

56 entries across 56 versions & 2 rubygems

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