Sha256: 50e57ecb96cbf55e59c657bb1c024a367d45155652a64c1ca49f361d633308f0

Contents?: true

Size: 674 Bytes

Versions: 4

Compression:

Stored size: 674 Bytes

Contents

<% if curation_concern.collections.present? %>
<table class="table table-striped <%= dom_class(curation_concern) %> collections with-headroom">
  <caption class="table-heading">
    <h2>Collections</h2>
  </caption>
  <thead>
    <tr>
      <th>Collections Featuring this <%= curation_concern.human_readable_type %></th>
    </tr>
  </thead>
  <tbody>
    <% curation_concern.collections.each do |collection| %>
      <tr class="collection attributes">
        <%= content_tag :td, class: 'attribute title', data: { noid: collection.noid } do %>
          <%= link_to collection.title, collection %>
        <% end %>
      </tr>
    <% end %>
  </tbody>
</table>
<% end %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
curate-0.6.6 app/views/curation_concern/base/_collections.html.erb
curate-0.6.5 app/views/curation_concern/base/_collections.html.erb
curate-0.6.4 app/views/curation_concern/base/_collections.html.erb
curate-0.6.3 app/views/curation_concern/base/_collections.html.erb