Sha256: 2b37eb5d1c8a9a243157cf5aec9fb8e6bfdfefe8cb4b7f1aa0820f9964928b12
Contents?: true
Size: 583 Bytes
Versions: 12
Compression:
Stored size: 583 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(:license, render_as: :license) %> </tbody> </table>
Version data entries
12 entries across 12 versions & 1 rubygems