Sha256: 8855b29029c4c17ab22d4ba2235e4868430279f4ea4ede6da02dd7da24104117

Contents?: true

Size: 453 Bytes

Versions: 45

Compression:

Stored size: 453 Bytes

Contents

<% @presenter.characterization_metadata.keys.each do |term| %>
  <div>
    <% additional_values = @presenter.secondary_characterization_values(term) %>
    <%= @presenter.label_for_term(term) %>: <%= @presenter.primary_characterization_values(term).join("<br />").html_safe %>
    <% unless additional_values.empty? %>
      <%= render partial: "extra_fields_modal", locals: { name: term, values: additional_values } %>
    <% end %>
  </div>
<% end %>

Version data entries

45 entries across 45 versions & 3 rubygems

Version Path
hyrax-2.2.1 app/views/hyrax/file_sets/_show_characterization_details.html.erb
hyrax-2.2.0 app/views/hyrax/file_sets/_show_characterization_details.html.erb
hyrax-2.1.0 app/views/hyrax/file_sets/_show_characterization_details.html.erb
hyrax-2.1.0.rc4 app/views/hyrax/file_sets/_show_characterization_details.html.erb
hyrax-2.1.0.rc3 app/views/hyrax/file_sets/_show_characterization_details.html.erb
hyrax-2.1.0.rc2 app/views/hyrax/file_sets/_show_characterization_details.html.erb
hyrax-2.1.0.rc1 app/views/hyrax/file_sets/_show_characterization_details.html.erb
hyrax-1.1.0 app/views/hyrax/file_sets/_show_characterization_details.html.erb
hyrax-2.1.0.beta2 app/views/hyrax/file_sets/_show_characterization_details.html.erb
hyrax-2.0.2 app/views/hyrax/file_sets/_show_characterization_details.html.erb
hyrax-2.1.0.beta1 app/views/hyrax/file_sets/_show_characterization_details.html.erb
hyrax-2.0.1 app/views/hyrax/file_sets/_show_characterization_details.html.erb
hyrax-2.0.0 app/views/hyrax/file_sets/_show_characterization_details.html.erb
hyrax-2.0.0.rc3 app/views/hyrax/file_sets/_show_characterization_details.html.erb
hyrax-2.0.0.rc2 app/views/hyrax/file_sets/_show_characterization_details.html.erb
hyrax-2.0.0.rc1 app/views/hyrax/file_sets/_show_characterization_details.html.erb
sufia-7.4.1 app/views/curation_concerns/file_sets/_show_characterization_details.html.erb
hyrax-1.0.5 app/views/hyrax/file_sets/_show_characterization_details.html.erb
hyrax-2.0.0.beta5 app/views/hyrax/file_sets/_show_characterization_details.html.erb
hyrax-2.0.0.beta4 app/views/hyrax/file_sets/_show_characterization_details.html.erb