Sha256: 310ea90412acab05ea324551c0d0325b43eb6c8cdca8f8822e100e66b3fb3e3f

Contents?: true

Size: 715 Bytes

Versions: 4

Compression:

Stored size: 715 Bytes

Contents

<% @page_title = "#{@presenter.title} - #{application_name}" %>

<h1 class="lower"><%= @presenter.title %></h1>

<%= render 'curation_concerns/base/representative_media', work: @presenter %>

<h3><%= @presenter.description %> </h3>

<% unless has_collection_search_parameters? %>
  <%= render partial: 'collections/show_actions' %>
  <%= render 'attributes', curation_concern: @presenter %>
<% end %>

<%= render 'search_form' %>
<%= render 'sort_and_per_page', collection: @presenter %>

<% if has_collection_search_parameters? %>
  <h2>Search Results within this Collection</h2>
<% else %>
  <h2>Items in this Collection</h2>
<% end %>
<%= render_document_index @member_docs %>

<%= render partial: 'paginate' %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
curation_concerns-0.7.0 app/views/collections/show.html.erb
curation_concerns-0.6.0 app/views/collections/show.html.erb
curation_concerns-0.5.0 app/views/collections/show.html.erb
curation_concerns-0.4.0 app/views/collections/show.html.erb