Sha256: caca26339b12a5d62c4e71d7857f4a83bb159537e80ff948548cd9552e1c2844

Contents?: true

Size: 979 Bytes

Versions: 31

Compression:

Stored size: 979 Bytes

Contents

<table class="table table-striped <%= dom_class(presenter) %> attributes" <%= presenter.microdata_type_to_html %>>
  <caption class="table-heading"><h2>t("hyrax.base.attributes.table_heading_attributes")</h2></caption>
  <thead>
    <tr><th>t("hyrax.base.attributes.table_attribute_name")</th><th>t("hyrax.base.attributes.table_values")</th></tr>
  </thead>
  <tbody>
    <%= render 'attribute_rows', presenter: presenter %>
    <%= presenter.attribute_to_html(:permission_badge, label: t('hyrax.base.attributes.visibility')) %>
    <%= 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) %>
    <% if defined?(presenter.member_of_collection_presenters) && presenter.member_of_collection_presenters.size > 0 %>
      <%= render 'member_of_collections', presenter: presenter %>
    <% end %>
  </tbody>
</table>

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
hyrax-5.1.0.pre.beta1 app/views/hyrax/base/_attributes.html.erb
hyrax-5.0.4 app/views/hyrax/base/_attributes.html.erb
hyrax-5.0.3 app/views/hyrax/base/_attributes.html.erb
hyrax-5.0.2 app/views/hyrax/base/_attributes.html.erb
hyrax-5.0.1 app/views/hyrax/base/_attributes.html.erb
hyrax-5.0.0 app/views/hyrax/base/_attributes.html.erb
hyrax-5.0.0.rc3 app/views/hyrax/base/_attributes.html.erb
hyrax-5.0.0.rc2 app/views/hyrax/base/_attributes.html.erb
hyrax-5.0.0.rc1 app/views/hyrax/base/_attributes.html.erb
hyrax-3.6.0 app/views/hyrax/base/_attributes.html.erb
hyrax-4.0.0 app/views/hyrax/base/_attributes.html.erb
hyrax-4.0.0.rc3 app/views/hyrax/base/_attributes.html.erb
hyrax-4.0.0.rc2 app/views/hyrax/base/_attributes.html.erb
hyrax-4.0.0.rc1 app/views/hyrax/base/_attributes.html.erb
hyrax-3.5.0 app/views/hyrax/base/_attributes.html.erb
hyrax-4.0.0.beta2 app/views/hyrax/base/_attributes.html.erb
hyrax-3.4.2 app/views/hyrax/base/_attributes.html.erb
hyrax-4.0.0.beta1 app/views/hyrax/base/_attributes.html.erb
hyrax-3.4.1 app/views/hyrax/base/_attributes.html.erb
hyrax-3.4.0 app/views/hyrax/base/_attributes.html.erb