Sha256: 1d0c22b487184cc28369c819678637c1aac8ff777b360c5361d27fcafdf3c1a4

Contents?: true

Size: 840 Bytes

Versions: 11

Compression:

Stored size: 840 Bytes

Contents

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

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

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

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

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

  <% unless has_collection_search_parameters? %>
    <%= render 'collections/show_actions' %>
    <%= render 'attributes', presenter: @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' %>
</div>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
curation_concerns-0.12.0.pre7 app/views/collections/show.html.erb
curation_concerns-0.12.0.pre6 app/views/collections/show.html.erb
curation_concerns-0.12.0.pre5 app/views/collections/show.html.erb
curation_concerns-0.12.0.pre4 app/views/collections/show.html.erb
curation_concerns-0.12.0.pre3 app/views/collections/show.html.erb
curation_concerns-0.12.0.pre2 app/views/collections/show.html.erb
curation_concerns-0.12.0.pre1 app/views/collections/show.html.erb
curation_concerns-0.11.0 app/views/collections/show.html.erb
curation_concerns-0.11.0.rc1 app/views/collections/show.html.erb
curation_concerns-0.10.0 app/views/collections/show.html.erb
curation_concerns-0.9.0 app/views/collections/show.html.erb