diff --git a/app/views/collections/edit.html.erb b/app/views/collections/edit.html.erb index 55a7d53e7..b69017900 100644 --- a/app/views/collections/edit.html.erb +++ b/app/views/collections/edit.html.erb @@ -38,7 +38,7 @@
- <%= render "collections/edit/workflows", collection: @collection %> + <%# render "collections/edit/workflows", collection: @collection %> <%= render "collections/edit/auto_close", collection: @collection %> <%= render "collections/edit/publication", collection: @collection %> <%= render "collections/edit/delete", collection: @collection %>