Sha256: d1c25d6973b18331d405b8201225bbb79f9c5b2459f9df58da11ab79bcb90864

Contents?: true

Size: 1.2 KB

Versions: 12

Compression:

Stored size: 1.2 KB

Contents

<% provide :page_title, construct_page_title(@presenter.title) %>
<div itemscope itemtype="http://schema.org/CollectionPage" class="row collection">
  <div class="col-sm-10 pull-right">
    <header>
      <%= render 'hyrax/collections/collection_title', presenter: @presenter %>
    </header>
    <%= render 'hyrax/collections/collection_description', presenter: @presenter %>

    <% unless has_collection_search_parameters? %>
      <%= render 'show_descriptions' %>
    <% end %>
  </div>
  <div class="col-sm-2">
    <%= render 'hyrax/collections/media_display', presenter: @presenter %>
    <% unless has_collection_search_parameters? %>
      <%= render 'show_actions', presenter: @presenter %>
    <% end %>
  </div>
</div>

<div class="row">
  <h2 class="col-xs-6 col-md-7 col-lg-6">
    <% if has_collection_search_parameters? %>
        Search Results within this Collection
    <% else %>
        <%= t('.works_in_collection') %>
    <% end %>
  </h2>
  <div class="col-xs-6 col-md-5 col-lg-6"><%= render 'hyrax/collections/search_form', presenter: @presenter %></div>
</div>

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

<%= render_document_index @member_docs %>

<%= render 'hyrax/collections/paginate' %>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
hyrax-2.0.3 app/views/hyrax/dashboard/collections/show.html.erb
hyrax-2.0.2 app/views/hyrax/dashboard/collections/show.html.erb
hyrax-2.0.1 app/views/hyrax/dashboard/collections/show.html.erb
hyrax-2.0.0 app/views/hyrax/dashboard/collections/show.html.erb
hyrax-2.0.0.rc3 app/views/hyrax/dashboard/collections/show.html.erb
hyrax-2.0.0.rc2 app/views/hyrax/dashboard/collections/show.html.erb
hyrax-2.0.0.rc1 app/views/hyrax/dashboard/collections/show.html.erb
hyrax-2.0.0.beta5 app/views/hyrax/dashboard/collections/show.html.erb
hyrax-2.0.0.beta4 app/views/hyrax/dashboard/collections/show.html.erb
hyrax-2.0.0.beta3 app/views/hyrax/dashboard/collections/show.html.erb
hyrax-2.0.0.beta2 app/views/hyrax/dashboard/collections/show.html.erb
hyrax-2.0.0.beta1 app/views/hyrax/dashboard/collections/show.html.erb