Sha256: 93f9ee904c6e6e523068520a3c4c7313dd21a9e2bb04fef1d77205e538954adc

Contents?: true

Size: 653 Bytes

Versions: 69

Compression:

Stored size: 653 Bytes

Contents

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

<h1>Edit <%= @collection %> <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

69 entries across 69 versions & 2 rubygems

Version Path
curation_concerns-1.7.8 app/views/collections/edit.html.erb
curation_concerns-1.7.7 app/views/collections/edit.html.erb
curation_concerns-1.7.6 app/views/collections/edit.html.erb
curation_concerns-1.7.5 app/views/collections/edit.html.erb
curation_concerns-1.7.4 app/views/collections/edit.html.erb
curation_concerns-1.7.3 app/views/collections/edit.html.erb
curation_concerns-1.7.2 app/views/collections/edit.html.erb
curation_concerns-1.7.1 app/views/collections/edit.html.erb
curation_concerns-1.7.0 app/views/collections/edit.html.erb
curation_concerns-1.7.0.beta1 app/views/collections/edit.html.erb
curation_concerns-1.6.3 app/views/collections/edit.html.erb
curation_concerns-1.6.2 app/views/collections/edit.html.erb
curation_concerns-1.6.1 app/views/collections/edit.html.erb
curation_concerns-1.6.0 app/views/collections/edit.html.erb
curation_concerns-1.5.0 app/views/collections/edit.html.erb
curation_concerns-1.4.0 app/views/collections/edit.html.erb
curation_concerns-1.3.3 app/views/collections/edit.html.erb
curation_concerns-1.3.2 app/views/collections/edit.html.erb
curation_concerns-1.3.1 app/views/collections/edit.html.erb
curation_concerns-1.3.0 app/views/collections/edit.html.erb