Sha256: b22eca373656b214c8581546d7be246229e7fd78238a73b43d5148ee5181e46b

Contents?: true

Size: 658 Bytes

Versions: 3

Compression:

Stored size: 658 Bytes

Contents

<% provide :page_title, curation_concern_page_title(@collection) %>

<h1>Edit <%= @collection.to_s %> <span class="human_readable_type">(<%= @collection.human_readable_type %>)</span></h1>

<% unless has_collection_search_parameters? %>
  <%= render 'collections/edit_actions' %>
  <%= render 'collections/form', record: @collection %>
<% end %>
<br />

<h2>Manage Items in this Collection</h2>
<%= render 'search_collection_dashboard_form'%>
<%= render 'catalog/did_you_mean' %>
<%= render 'catalog/constraints', localized_params: params %>
<%= render 'document_list', documents: @member_docs, document_list_format: "dashboard" %>
<%= render 'paginate' %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
curation_concerns-2.0.0 app/views/collections/edit.html.erb
curation_concerns-2.0.0.rc2 app/views/collections/edit.html.erb
curation_concerns-2.0.0.rc1 app/views/collections/edit.html.erb