Sha256: 34eb58bfa197bda60ed3e53af7325f8ed496a679cc5fb0c733ae8434e614681d

Contents?: true

Size: 503 Bytes

Versions: 20

Compression:

Stored size: 503 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

20 entries across 20 versions & 1 rubygems

Version Path
curate-0.6.6 app/views/catalog/_show_default.html.erb
curate-0.6.5 app/views/catalog/_show_default.html.erb
curate-0.6.4 app/views/catalog/_show_default.html.erb
curate-0.6.3 app/views/catalog/_show_default.html.erb
curate-0.6.1 app/views/catalog/_show_default.html.erb
curate-0.6.0 app/views/catalog/_show_default.html.erb
curate-0.5.6 app/views/catalog/_show_default.html.erb
curate-0.5.5 app/views/catalog/_show_default.html.erb
curate-0.5.4 app/views/catalog/_show_default.html.erb
curate-0.5.2 app/views/catalog/_show_default.html.erb
curate-0.5.1 app/views/catalog/_show_default.html.erb
curate-0.5.0 app/views/catalog/_show_default.html.erb
curate-0.4.2 app/views/catalog/_show_default.html.erb
curate-0.3.2 app/views/catalog/_show_default.html.erb
curate-0.3.1 app/views/catalog/_show_default.html.erb
curate-0.2.0 app/views/catalog/_show_default.html.erb
curate-0.1.3 app/views/catalog/_show_default.html.erb
curate-0.1.2 app/views/catalog/_show_default.html.erb
curate-0.1.1 app/views/catalog/_show_default.html.erb
curate-0.1.0 app/views/catalog/_show_default.html.erb