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