Sha256: 3fe59cf3b2bd54f538f00d93029c033946fd49ddf649e2d99349165e524619dd

Contents?: true

Size: 847 Bytes

Versions: 46

Compression:

Stored size: 847 Bytes

Contents

<table class="table table-striped <%= dom_class(presenter) %> attributes" <%= presenter.microdata_type_to_html %>>
  <caption class="table-heading"><h2>Attributes</h2></caption>
  <thead>
    <tr><th>Attribute Name</th><th>Values</th></tr>
  </thead>
  <tbody>
    <%= render 'attribute_rows', presenter: presenter %>
    <%= presenter.attribute_to_html(:permission_badge, label: '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

46 entries across 46 versions & 1 rubygems

Version Path
hyrax-2.9.6 app/views/hyrax/base/_attributes.html.erb
hyrax-2.9.5 app/views/hyrax/base/_attributes.html.erb
hyrax-2.9.4 app/views/hyrax/base/_attributes.html.erb
hyrax-2.9.3 app/views/hyrax/base/_attributes.html.erb
hyrax-2.9.2 app/views/hyrax/base/_attributes.html.erb
hyrax-2.9.1 app/views/hyrax/base/_attributes.html.erb
hyrax-2.9.0 app/views/hyrax/base/_attributes.html.erb
hyrax-2.8.0 app/views/hyrax/base/_attributes.html.erb
hyrax-2.7.2 app/views/hyrax/base/_attributes.html.erb
hyrax-2.7.1 app/views/hyrax/base/_attributes.html.erb
hyrax-2.7.0 app/views/hyrax/base/_attributes.html.erb
hyrax-2.6.0 app/views/hyrax/base/_attributes.html.erb
hyrax-2.5.1 app/views/hyrax/base/_attributes.html.erb
hyrax-2.5.0 app/views/hyrax/base/_attributes.html.erb
hyrax-3.0.0.pre.beta2 app/views/hyrax/base/_attributes.html.erb
hyrax-2.4.1 app/views/hyrax/base/_attributes.html.erb
hyrax-3.0.0.pre.beta1 app/views/hyrax/base/_attributes.html.erb
hyrax-2.4.0 app/views/hyrax/base/_attributes.html.erb
hyrax-2.3.3 app/views/hyrax/base/_attributes.html.erb
hyrax-2.3.2 app/views/hyrax/base/_attributes.html.erb