Sha256: ac368f0b925c1eae9afae09679ef354d4e70ebe30c98ff92000c2034a5a78983

Contents?: true

Size: 1.14 KB

Versions: 42

Compression:

Stored size: 1.14 KB

Contents

<% provide :page_header do %>
  <h1><span class="fa fa-sitemap" aria-hidden="true"></span> <%= t('.header') %></h1>
<% end %>

<div class="row">
  <div class="col-md-12">
    <div class="panel panel-default">
      <%= render 'show_actions', presenter: @presenter %>

      <div class="panel-body admin-set row">
        <div class="col-md-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" aria-hidden="true"></span>
          <% end %>
        </div>
        <div class="col-md-10">
          <%= render 'collection_description', presenter: @presenter %>
          <%= render 'show_descriptions' %>
        </div>
      </div>

      <div class="panel-body admin-set-members">
        <h3><%= t '.item_list_header' %></h3>
        <%= render 'sort_and_per_page', collection: @presenter %>

        <%= render_document_index @member_docs %>

        <%= render 'paginate' %>
      </div>
    </div>
  </div>
</div>

Version data entries

42 entries across 42 versions & 1 rubygems

Version Path
hyrax-3.6.0 app/views/hyrax/admin/admin_sets/show.html.erb
hyrax-3.5.0 app/views/hyrax/admin/admin_sets/show.html.erb
hyrax-3.4.2 app/views/hyrax/admin/admin_sets/show.html.erb
hyrax-3.4.1 app/views/hyrax/admin/admin_sets/show.html.erb
hyrax-3.4.0 app/views/hyrax/admin/admin_sets/show.html.erb
hyrax-3.3.0 app/views/hyrax/admin/admin_sets/show.html.erb
hyrax-3.2.0 app/views/hyrax/admin/admin_sets/show.html.erb
hyrax-2.9.6 app/views/hyrax/admin/admin_sets/show.html.erb
hyrax-3.1.0 app/views/hyrax/admin/admin_sets/show.html.erb
hyrax-2.9.5 app/views/hyrax/admin/admin_sets/show.html.erb
hyrax-3.0.2 app/views/hyrax/admin/admin_sets/show.html.erb
hyrax-3.0.1 app/views/hyrax/admin/admin_sets/show.html.erb
hyrax-3.0.0 app/views/hyrax/admin/admin_sets/show.html.erb
hyrax-3.0.0.pre.rc4 app/views/hyrax/admin/admin_sets/show.html.erb
hyrax-2.9.4 app/views/hyrax/admin/admin_sets/show.html.erb
hyrax-3.0.0.pre.rc3 app/views/hyrax/admin/admin_sets/show.html.erb
hyrax-2.9.3 app/views/hyrax/admin/admin_sets/show.html.erb
hyrax-2.9.2 app/views/hyrax/admin/admin_sets/show.html.erb
hyrax-2.9.1 app/views/hyrax/admin/admin_sets/show.html.erb
hyrax-2.9.0 app/views/hyrax/admin/admin_sets/show.html.erb