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