Sha256: c8b4dd45054cc36729b0b6686eb52a3cf7b15a3de8ab617da6d62a9d403d3aeb

Contents?: true

Size: 720 Bytes

Versions: 6

Compression:

Stored size: 720 Bytes

Contents

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

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

<%= render partial: 'curation_concern/base/representative_media', locals: {work: @collection} %>

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

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

<%= render partial: 'search_form'%>
<%= render 'sort_and_per_page' %>

<% 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

6 entries across 6 versions & 1 rubygems

Version Path
worthwhile-0.1.2 app/views/collections/show.html.erb
worthwhile-0.1.1 app/views/collections/show.html.erb
worthwhile-0.1.0 app/views/collections/show.html.erb
worthwhile-0.0.3 app/views/collections/show.html.erb
worthwhile-0.0.2 app/views/collections/show.html.erb
worthwhile-0.0.1 app/views/collections/show.html.erb