Sha256: 5ebc644ce98e09f3c367315c9b0b65f68ca7b671195a72ee379fc96b48940134
Contents?: true
Size: 1.02 KB
Versions: 3
Compression:
Stored size: 1.02 KB
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> <ul class="tabular"> <li class="attribute permission"><%= link_to_edit_permissions(curation_concern) %></li> </ul> </td> </tr> <%= curation_concern_attribute_to_html(curation_concern, :embargo_release_date, "Embargo Release Date") %> </tbody> </table>
Version data entries
3 entries across 3 versions & 1 rubygems