Sha256: c8425c182b7c77a671bfdedf00a58a430f138a3697b66131db89d35e7868311f

Contents?: true

Size: 452 Bytes

Versions: 57

Compression:

Stored size: 452 Bytes

Contents

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

Version data entries

57 entries across 57 versions & 1 rubygems

Version Path
hyrax-5.0.4 app/views/hyrax/file_sets/_show_characterization_details.html.erb
hyrax-5.0.3 app/views/hyrax/file_sets/_show_characterization_details.html.erb
hyrax-5.0.2 app/views/hyrax/file_sets/_show_characterization_details.html.erb
hyrax-5.0.1 app/views/hyrax/file_sets/_show_characterization_details.html.erb
hyrax-5.0.0 app/views/hyrax/file_sets/_show_characterization_details.html.erb
hyrax-5.0.0.rc3 app/views/hyrax/file_sets/_show_characterization_details.html.erb
hyrax-5.0.0.rc2 app/views/hyrax/file_sets/_show_characterization_details.html.erb
hyrax-5.0.0.rc1 app/views/hyrax/file_sets/_show_characterization_details.html.erb
hyrax-3.6.0 app/views/hyrax/file_sets/_show_characterization_details.html.erb
hyrax-4.0.0 app/views/hyrax/file_sets/_show_characterization_details.html.erb
hyrax-4.0.0.rc3 app/views/hyrax/file_sets/_show_characterization_details.html.erb
hyrax-4.0.0.rc2 app/views/hyrax/file_sets/_show_characterization_details.html.erb
hyrax-4.0.0.rc1 app/views/hyrax/file_sets/_show_characterization_details.html.erb
hyrax-3.5.0 app/views/hyrax/file_sets/_show_characterization_details.html.erb
hyrax-4.0.0.beta2 app/views/hyrax/file_sets/_show_characterization_details.html.erb
hyrax-3.4.2 app/views/hyrax/file_sets/_show_characterization_details.html.erb
hyrax-4.0.0.beta1 app/views/hyrax/file_sets/_show_characterization_details.html.erb
hyrax-3.4.1 app/views/hyrax/file_sets/_show_characterization_details.html.erb
hyrax-3.4.0 app/views/hyrax/file_sets/_show_characterization_details.html.erb
hyrax-3.3.0 app/views/hyrax/file_sets/_show_characterization_details.html.erb