Sha256: 2b37eb5d1c8a9a243157cf5aec9fb8e6bfdfefe8cb4b7f1aa0820f9964928b12

Contents?: true

Size: 583 Bytes

Versions: 12

Compression:

Stored size: 583 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, render_as: :date) %>
    <%= presenter.attribute_to_html(:lease_expiration_date, render_as: :date) %>
    <%= presenter.attribute_to_html(:license, render_as: :license) %>
  </tbody>
</table>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
hyrax-2.0.3 app/views/hyrax/base/_metadata.html.erb
hyrax-2.0.2 app/views/hyrax/base/_metadata.html.erb
hyrax-2.0.1 app/views/hyrax/base/_metadata.html.erb
hyrax-2.0.0 app/views/hyrax/base/_metadata.html.erb
hyrax-2.0.0.rc3 app/views/hyrax/base/_metadata.html.erb
hyrax-2.0.0.rc2 app/views/hyrax/base/_metadata.html.erb
hyrax-2.0.0.rc1 app/views/hyrax/base/_metadata.html.erb
hyrax-2.0.0.beta5 app/views/hyrax/base/_metadata.html.erb
hyrax-2.0.0.beta4 app/views/hyrax/base/_metadata.html.erb
hyrax-2.0.0.beta3 app/views/hyrax/base/_metadata.html.erb
hyrax-2.0.0.beta2 app/views/hyrax/base/_metadata.html.erb
hyrax-2.0.0.beta1 app/views/hyrax/base/_metadata.html.erb