Sha256: c19606e20a3b6d132e8bdc2fb6d25c0a63e6a08f7947b9040a1d648c334c5979

Contents?: true

Size: 1.1 KB

Versions: 10

Compression:

Stored size: 1.1 KB

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>
      <%= 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 %>
    <% 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 %>
        Items in this 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

10 entries across 10 versions & 2 rubygems

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