app/views/collections/edit.html.erb in curation_concerns-1.7.8 vs app/views/collections/edit.html.erb in curation_concerns-2.0.0.rc1
- old
+ new
@@ -1,10 +1,9 @@
<% provide :page_title, curation_concern_page_title(@collection) %>
-<h1>Edit <%= @collection %> <span class="human_readable_type">(<%= @collection.human_readable_type %>)</span></h1>
+<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 />
@@ -13,5 +12,6 @@
<%= 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' %>
+