Sha256: aac11635738829b29c774a03286ce413f5a121464c424739b5e1b405349e773c

Contents?: true

Size: 1.11 KB

Versions: 3

Compression:

Stored size: 1.11 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') %>

  <%= 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, :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>
      <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

Version Path
curate-0.5.1 app/views/curation_concern/generic_works/_attributes.html.erb
curate-0.5.0 app/views/curation_concern/generic_works/_attributes.html.erb
curate-0.4.2 app/views/curation_concern/generic_works/_attributes.html.erb