Sha256: 1a4d2b71cf0921e9aa9815ddb9657ab1602a1f87194d1b88de8d327a78fe11ba

Contents?: true

Size: 991 Bytes

Versions: 10

Compression:

Stored size: 991 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 hyrax.admin_sets_path do %>
            <span class="label label-info">Administrative Collection</span>
          <% end %>
      </h1>
    </header>
    <%= render 'collection_description', presenter: @presenter %>
    <%= render '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

10 entries across 10 versions & 2 rubygems

Version Path
hyrax-1.1.1 app/views/hyrax/admin_sets/show.html.erb
hyrax-1.1.0 app/views/hyrax/admin_sets/show.html.erb
hyrax-1.0.5 app/views/hyrax/admin_sets/show.html.erb
hyrax-1.0.4 app/views/hyrax/admin_sets/show.html.erb
hyrax-1.0.3 app/views/hyrax/admin_sets/show.html.erb
hyrax-1.0.2 app/views/hyrax/admin_sets/show.html.erb
hyrax-1.0.1 app/views/hyrax/admin_sets/show.html.erb
hyrax-1.0.0.rc2 app/views/hyrax/admin_sets/show.html.erb
hyrax-1.0.0.rc1 app/views/hyrax/admin_sets/show.html.erb
test_hyrax-0.0.1.alpha app/views/hyrax/admin_sets/show.html.erb