Sha256: 48e7c61213da3800523fa355cf9923a6efdf45d96d617c08004ba81ca449afc2

Contents?: true

Size: 891 Bytes

Versions: 6

Compression:

Stored size: 891 Bytes

Contents

<% @page_title = "Edit Collection #{display_title(@collection)} - #{application_name}" %>
<%= render_breadcrumbs builder: Sufia::BootstrapBreadcrumbsBuilder %>
<h1>Edit Collection: <%= display_title(@collection) %></h1>

<% unless has_collection_search_parameters? %>
  <div class="row">
    <div class="col-xs-12 col-sm-10 pull-right">
      <%= render 'collections/form' %>
    </div>
    <div class="col-xs-12 col-sm-2">
      <%= render 'collections/media_display', collection: @collection %>
      <%= render 'collections/edit_actions' %>
    </div>
  </div>
<% end %>

<h2>Manage Items in this Collection</h2>
<%= render 'search_collection_dashboard_form'%>
<%= render 'my/did_you_mean' %>
<%= render 'my/facet_selected' %>
<%= render 'collections/sort_and_per_page' %>
<%= render 'document_list', documents: @member_docs, document_list_format: "dashboard" %>
<%= render 'paginate' %>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
sufia-6.7.0 app/views/collections/edit.html.erb
sufia-6.6.1 app/views/collections/edit.html.erb
sufia-6.6.0 app/views/collections/edit.html.erb
sufia-6.5.0 app/views/collections/edit.html.erb
sufia-6.4.0 app/views/collections/edit.html.erb
sufia-6.3.0 app/views/collections/edit.html.erb