Sha256: 2fd546ddb79e959f69c95e41da9b2875d85350041b5de80b82e8eae4511f4f81

Contents?: true

Size: 283 Bytes

Versions: 3

Compression:

Stored size: 283 Bytes

Contents

<% content_for :page_title, curation_concern_page_title(@collection) %>
<% content_for :page_header do %>
  <h1> <%= @collection.title %> </h1>
<% end %>
<p> <%= @collection.description %> </p>
<div id="documents" class="clear">
  <%= list_items_in_collection(@collection) %>
</div>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
curate-0.5.1 app/views/curate/collections/show.html.erb
curate-0.5.0 app/views/curate/collections/show.html.erb
curate-0.4.2 app/views/curate/collections/show.html.erb