Sha256: 3c865a4956adaa0417e168154afcab87be066874533c84dd836decffa3cc13bd

Contents?: true

Size: 525 Bytes

Versions: 1

Compression:

Stored size: 525 Bytes

Contents

<h2><%= t('.header') %></h2>
<table class="table table-striped <%= dom_class(presenter) %> attributes" <%= presenter.microdata_type_to_html %>>
  <thead>
    <tr><th><%= t('.attribute_name_label') %></th><th><%= t('.attribute_values_label') %></th></tr>
  </thead>
  <tbody>
    <%= render 'attribute_rows', presenter: presenter %>
    <%= presenter.attribute_to_html(:embargo_release_date) %>
    <%= presenter.attribute_to_html(:lease_expiration_date) %>
    <%= presenter.attribute_to_html(:rights) %>
  </tbody>
</table>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sufia-7.0.0.beta1 app/views/curation_concerns/base/_metadata.html.erb