Sha256: 214468e61ab7fb839c62e02fcf18b7aa9bc0c5075ec0449c63134fc4a558e383

Contents?: true

Size: 1004 Bytes

Versions: 8

Compression:

Stored size: 1004 Bytes

Contents

<% provide :page_title, construct_page_title(@presenter.title) %>

<div itemscope itemtype="http://schema.org/CollectionPage" class="row">
  <div class="col-sm-10 pull-right">
    <header>
      <h1><%= @presenter %>
          <%= link_to sufia.admin_sets_path do %>
            <span class="label label-info">Administrative Collection</span>
          <% end %>
      </h1>
    </header>
    <%= render 'collection_description', presenter: @presenter %>
    <%= render 'collections/show_descriptions' %>
  </div>
  <div class="col-sm-2">
    <% if has_thumbnail? @presenter.solr_document %>
      <div class="document-thumbnail">
        <%= render_thumbnail_tag @presenter.solr_document, {}, suppress_link: true %>
      </div>
    <% else %>
      <span class="fa fa-sitemap collection-icon-search"></span>
    <% end %>
  </div>
</div>

<h2>Works in this Collection</h2>

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

<%= render_document_index @member_docs %>

<%= render 'paginate' %>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
sufia-7.4.1 app/views/sufia/admin_sets/show.html.erb
sufia-7.4.0 app/views/sufia/admin_sets/show.html.erb
sufia-7.3.1 app/views/sufia/admin_sets/show.html.erb
sufia-7.3.0 app/views/sufia/admin_sets/show.html.erb
sufia-7.3.0.rc3 app/views/sufia/admin_sets/show.html.erb
sufia-7.3.0.rc2 app/views/sufia/admin_sets/show.html.erb
sufia-7.3.0.rc1 app/views/sufia/admin_sets/show.html.erb
sufia-7.2.0 app/views/sufia/admin_sets/show.html.erb