Sha256: 6b00c9e49bfb12841f112dadd54b2ae13897d4a0796226cbaf3b360b9e985939
Contents?: true
Size: 961 Bytes
Versions: 9
Compression:
Stored size: 961 Bytes
Contents
<table class="table table-striped <%= dom_class(curation_concern) %> attributes"> <caption class="table-heading"><h2>Attributes</h2></caption> <thead> <tr><th>Attribute Name</th><th>Values</th></tr> </thead> <tbody> <%= curation_concern_attribute_to_html(curation_concern, :description, 'Description') %> <%= render partial: 'contributors_attribute' %> <%= curation_concern_attribute_to_html(curation_concern, :subject, "Subject") %> <%= curation_concern_attribute_to_html(curation_concern, :publisher, "Publisher") %> <%= curation_concern_attribute_to_html(curation_concern, :style_period, "Style Period") %> <%= curation_concern_attribute_to_html(curation_concern, :technique, "Technique") %> <tr> <th>Access Rights</th> <td> <%= permission_badge_for(curation_concern) %> </td> </tr> <%= curation_concern_attribute_to_html(curation_concern, :embargo_release_date, "Embargo Release Date") %> </tbody> </table>
Version data entries
9 entries across 9 versions & 1 rubygems