Sha256: 2c3fe316fc45ab72dc276fc6ef99537cc52b0461eee6846c1ef4ba42ba9c9103

Contents?: true

Size: 1.44 KB

Versions: 7

Compression:

Stored size: 1.44 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, 'Abstract') %>
  <%= curation_concern_attribute_to_html(curation_concern, :creator, 'Creator', { catalog_search_link: true }) %>
  <%= curation_concern_attribute_to_html(curation_concern, :contributor, 'Contributors', { catalog_search_link: true }) %>
  <%= curation_concern_attribute_to_html(curation_concern, :subject, "Subject", { catalog_search_link: true }) %>
  <%= curation_concern_attribute_to_html(curation_concern, :publisher, "Publisher") %>
  <%#= curation_concern_attribute_to_html(curation_concern, :bibliographic_citation, "Bibliographic Citation") %>
  <%#= curation_concern_attribute_to_html(curation_concern, :source, "Source") %>
  <%= curation_concern_attribute_to_html(curation_concern, :language, "Language") %>
  <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") %>
  <%= curation_concern_attribute_to_html(curation_concern, :lease_expiration_date, "Lease Expiration Date") %>
  <%= curation_concern_attribute_to_html(curation_concern, :rights, "Content License") %>
  </tbody>
</table>

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
curation_concerns-0.1.0 app/views/curation_concerns/base/_attributes.html.erb
worthwhile-0.1.2 app/views/curation_concern/base/_attributes.html.erb
worthwhile-0.1.1 app/views/curation_concern/base/_attributes.html.erb
worthwhile-0.1.0 app/views/curation_concern/base/_attributes.html.erb
worthwhile-0.0.3 app/views/curation_concern/base/_attributes.html.erb
worthwhile-0.0.2 app/views/curation_concern/base/_attributes.html.erb
worthwhile-0.0.1 app/views/curation_concern/base/_attributes.html.erb