Sha256: f76b6770ec380051c6e240b82206d07f7473b646b55b628beffec611339c8c49

Contents?: true

Size: 494 Bytes

Versions: 11

Compression:

Stored size: 494 Bytes

Contents

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

11 entries across 11 versions & 1 rubygems

Version Path
blacklight-3.1.2 app/views/catalog/_show_default.html.erb
blacklight-3.1.1 app/views/catalog/_show_default.html.erb
blacklight-3.1.0 app/views/catalog/_show_partials/_default.html.erb
blacklight-3.0.0 app/views/catalog/_show_partials/_default.html.erb
blacklight-3.0.0pre8 app/views/catalog/_show_partials/_default.html.erb
blacklight-3.0.0pre7 app/views/catalog/_show_partials/_default.html.erb
blacklight-3.0.0pre6 app/views/catalog/_show_partials/_default.html.erb
blacklight-3.0.0pre4 app/views/catalog/_show_partials/_default.html.erb
blacklight-3.0.0pre3 app/views/catalog/_show_partials/_default.html.erb
blacklight-3.0pre2 app/views/catalog/_show_partials/_default.html.erb
blacklight-3.0pre1 app/views/catalog/_show_partials/_default.html.erb