Sha256: db29345b486cbcc38c5b2cc425eda73917958e602732bbe2e271c4cb13ad14f5
Contents?: true
Size: 581 Bytes
Versions: 19
Compression:
Stored size: 581 Bytes
Contents
<h2><%= t('.header') %></h2> <table class="table table-striped <%= dom_class(presenter) %> attributes" <%= presenter.microdata_type_to_html %>> <thead> <tr><th><%= t('.attribute_name_label') %></th><th><%= t('.attribute_values_label') %></th></tr> </thead> <tbody> <%= render 'attribute_rows', presenter: presenter %> <%= 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) %> </tbody> </table>
Version data entries
19 entries across 19 versions & 3 rubygems