Sha256: 9cea2fc96df934e23cae0c03c828553a518759eec43dfcd68b38f842a753e18e
Contents?: true
Size: 1.34 KB
Versions: 1
Compression:
Stored size: 1.34 KB
Contents
<% @page_title = "#{@collection.title} - #{application_name}" %> <%= render_breadcrumbs builder: Sufia::BootstrapBreadcrumbsBuilder %> <div itemscope itemtype="http://schema.org/CollectionPage" class="row"> <div class="col-sm-10 pull-right"> <header> <h1 class="visibility"><%= @presenter.title %> <%= render_collection_visibility_badge %></h1> <p class="collection_description"><%= @presenter.description %></p> </header> <% unless has_collection_search_parameters? %> <%= render 'collections/show_descriptions' %> <% end %> </div> <div class="col-sm-2"> <%= render partial: 'collections/media_display', locals: { generic_file: @collection } %> <% unless has_collection_search_parameters? %> <%= render partial: 'collections/show_actions' %> <% end %> </div> </div> <% if has_collection_search_parameters? %> <% header_title = "Search Results within this Collection" %> <% else %> <% header_title = "Items in this Collection" %> <% end %> <div class="row"> <div class="col-xs-12"> <h2 class="col-xs-6 col-md-7 col-lg-6"><%= header_title %></h2> <div class="col-xs-6 col-md-5 col-lg-6"><%= render partial: 'search_form' %></div> </div> </div> <%= render 'sort_and_per_page' %> <%= render_document_index @member_docs %> <%= render partial: 'paginate' %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sufia-6.7.0 | app/views/collections/show.html.erb |