diff --git a/app/views/hyrax/my/_collection_action_menu.html.erb b/app/views/hyrax/my/_collection_action_menu.html.erb
index 98cc23db7..4cfc43b6f 100644
--- a/app/views/hyrax/my/_collection_action_menu.html.erb
+++ b/app/views/hyrax/my/_collection_action_menu.html.erb
@@ -33,7 +33,7 @@
<% end %>
- <%# OVERRIDE: change hasaccess to check if a user can destroy the solr_doc, not just if they can edit it %>
+<%# OVERRIDE: change hasaccess to check if a user can destroy the solr_doc, not just if they can edit it %>
<%= link_to "#",
class: 'itemicon itemtrash delete-collection-button',
title: t("hyrax.dashboard.my.action.delete_collection"),
@@ -44,7 +44,7 @@
<% end %>
- <% if Hyrax::CollectionType.any_nestable? %>
+ <% if collection_presenter.collection_type_is_nestable? %>
<% # The user should have deposit access to the parent we are adding, and read access to the child (the collection we are linking here). %>
<%= link_to "#",