Sha256: b112dc87c0f52288f3f877de7390820553cdefe9936f2de541a0994280a33878

Contents?: true

Size: 845 Bytes

Versions: 13

Compression:

Stored size: 845 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(:rights, render_as: :rights) %>
    <% 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

13 entries across 13 versions & 3 rubygems

Version Path
hyrax-1.1.1 app/views/hyrax/base/_attributes.html.erb
hyrax-1.1.0 app/views/hyrax/base/_attributes.html.erb
hyrax-1.0.5 app/views/hyrax/base/_attributes.html.erb
hyrax-1.0.4 app/views/hyrax/base/_attributes.html.erb
hyrax-1.0.3 app/views/hyrax/base/_attributes.html.erb
hyrax-1.0.2 app/views/hyrax/base/_attributes.html.erb
hyrax-1.0.1 app/views/hyrax/base/_attributes.html.erb
hyrax-1.0.0.rc2 app/views/hyrax/base/_attributes.html.erb
curation_concerns-2.0.0 app/views/curation_concerns/base/_attributes.html.erb
curation_concerns-2.0.0.rc2 app/views/curation_concerns/base/_attributes.html.erb
hyrax-1.0.0.rc1 app/views/hyrax/base/_attributes.html.erb
test_hyrax-0.0.1.alpha app/views/hyrax/base/_attributes.html.erb
curation_concerns-2.0.0.rc1 app/views/curation_concerns/base/_attributes.html.erb