projectblacklight/blacklight

View on GitHub
app/components/blacklight/metadata_field_layout_component.html.erb

Summary

Maintainability
Test Coverage
<dt class="blacklight-<%= @key %> <%= @label_class %>"><%= label %></dt>
<% values.each do |v| %>
  <%= v %>
<% end %>