Sha256: 75147c4a080f0104d7897411aada72a6f87e0b16a6ffaa21ca314520c330389f

Contents?: true

Size: 542 Bytes

Versions: 49

Compression:

Stored size: 542 Bytes

Contents

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

Version data entries

49 entries across 49 versions & 1 rubygems

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