Sha256: b8d312ddaeb9f30bf3f5265efee26c9eaa70077c4e24cf124a9d6bc3ddaf4b49

Contents?: true

Size: 545 Bytes

Versions: 6

Compression:

Stored size: 545 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, render_as: :rights) %>
  </tbody>
</table>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
sufia-7.0.0 app/views/curation_concerns/base/_metadata.html.erb
sufia-7.0.0.rc2 app/views/curation_concerns/base/_metadata.html.erb
sufia-7.0.0.rc1 app/views/curation_concerns/base/_metadata.html.erb
sufia-7.0.0.beta4 app/views/curation_concerns/base/_metadata.html.erb
sufia-7.0.0.beta3 app/views/curation_concerns/base/_metadata.html.erb
sufia-7.0.0.beta2 app/views/curation_concerns/base/_metadata.html.erb