Sha256: e3aa6f2bed7a675b54d4b2b15fdcef542db7a3d87d9cffaae2fcfc1d71cb5936

Contents?: true

Size: 973 Bytes

Versions: 37

Compression:

Stored size: 973 Bytes

Contents

<% provide :page_title, "#{@presenter.title.join(', ')} - #{application_name}" %>

<% provide :sidebar do %>
  <%= render 'search_sidebar' %>
<% end %>

<div id="content">
  <% @presenter.title.each do |title| %>
    <h1 class="lower"><%= title %></h1>
  <% end %>

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

  <%= @presenter.description.each do |description| %>
    <h3><%= description %></h3>
  <% end %>

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

  <%= render 'search_form', presenter: @presenter %>
  <%= 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' %>
</div>

Version data entries

37 entries across 37 versions & 1 rubygems

Version Path
curation_concerns-1.7.8 app/views/collections/show.html.erb
curation_concerns-1.7.7 app/views/collections/show.html.erb
curation_concerns-2.0.0 app/views/collections/show.html.erb
curation_concerns-2.0.0.rc2 app/views/collections/show.html.erb
curation_concerns-1.7.6 app/views/collections/show.html.erb
curation_concerns-1.7.5 app/views/collections/show.html.erb
curation_concerns-1.7.4 app/views/collections/show.html.erb
curation_concerns-1.7.3 app/views/collections/show.html.erb
curation_concerns-1.7.2 app/views/collections/show.html.erb
curation_concerns-2.0.0.rc1 app/views/collections/show.html.erb
curation_concerns-1.7.1 app/views/collections/show.html.erb
curation_concerns-1.7.0 app/views/collections/show.html.erb
curation_concerns-1.7.0.beta1 app/views/collections/show.html.erb
curation_concerns-1.6.3 app/views/collections/show.html.erb
curation_concerns-1.6.2 app/views/collections/show.html.erb
curation_concerns-1.6.1 app/views/collections/show.html.erb
curation_concerns-1.6.0 app/views/collections/show.html.erb
curation_concerns-1.5.0 app/views/collections/show.html.erb
curation_concerns-1.4.0 app/views/collections/show.html.erb
curation_concerns-1.3.3 app/views/collections/show.html.erb