Sha256: 7ab1875b71104b08472ba40921423539d6a3326c17c1439bef5737fc6ee48daa

Contents?: true

Size: 1020 Bytes

Versions: 6

Compression:

Stored size: 1020 Bytes

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 'collection_title', presenter: @presenter %>
    </header>
    <%= render 'collection_description', presenter: @presenter %>

    <% unless has_collection_search_parameters? %>
      <%= render 'show_descriptions' %>
    <% end %>
  </div>
  <div class="col-sm-2">
    <%= render 'media_display', presenter: @presenter %>
  </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 'search_form', presenter: @presenter %></div>
</div>

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

<%= render_document_index @member_docs %>

<%= render 'paginate' %>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
hyrax-2.0.0.rc1 app/views/hyrax/collections/show.html.erb
hyrax-2.0.0.beta5 app/views/hyrax/collections/show.html.erb
hyrax-2.0.0.beta4 app/views/hyrax/collections/show.html.erb
hyrax-2.0.0.beta3 app/views/hyrax/collections/show.html.erb
hyrax-2.0.0.beta2 app/views/hyrax/collections/show.html.erb
hyrax-2.0.0.beta1 app/views/hyrax/collections/show.html.erb