Sha256: 102d3b68af6bd88d0b8dc49a6a87ed4e92d3683e9703e5cb1832be89333119fc

Contents?: true

Size: 959 Bytes

Versions: 7

Compression:

Stored size: 959 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-2">
      <%= render 'collections/media_display', collection: @collection %>
    </div>
    <div class="col-xs-12 col-sm-10"><!-- class="column second"> -->
      <%= render 'collections/edit_actions' %>
      <%= render 'collections/form' %>
    </div><!-- /columns second -->
  </div> <!-- /columns two-b -->
<% 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

7 entries across 7 versions & 1 rubygems

Version Path
sufia-6.2.0 app/views/collections/edit.html.erb
sufia-6.1.0 app/views/collections/edit.html.erb
sufia-6.0.0 app/views/collections/edit.html.erb
sufia-6.0.0.rc4 app/views/collections/edit.html.erb
sufia-6.0.0.rc3 app/views/collections/edit.html.erb
sufia-6.0.0.rc2 app/views/collections/edit.html.erb
sufia-6.0.0.rc1 app/views/collections/edit.html.erb