diff --git a/app/views/hyrax/dashboard/sidebar/_repository_content.html.erb b/app/views/hyrax/dashboard/sidebar/_repository_content.html.erb
deleted file mode 100644
index c750f662a..000000000
--- a/app/views/hyrax/dashboard/sidebar/_repository_content.html.erb
+++ /dev/null
@@ -1,24 +0,0 @@
-<%# [hyc-override] Overriding partial in hyrax gem in order to add link to admin dashboard %>
-
<%= t('hyrax.admin.sidebar.repository_objects') %>
-<% if can? :read, :admin_dashboard %>
- <%= menu.nav_link(main_app.ingest_from_ftp_path) do %>
-
- <% end %>
- <%= menu.nav_link(main_app.default_admin_sets_path) do %>
-
- <% end %>
-<% end %>
-
-<%= menu.nav_link(hyrax.my_collections_path,
- onclick: "dontChangeAccordion(event);",
- also_active_for: hyrax.dashboard_collections_path) do %>
-
-<% end %>
-
-<%= menu.nav_link(hyrax.my_works_path,
- onclick: "dontChangeAccordion(event);",
- also_active_for: hyrax.dashboard_works_path,
- data: { turbolinks: false }) do %>
-
-<%= render 'hyrax/dashboard/sidebar/menu_partials', menu: menu, section: :repository_content %>
-<% end %>
diff --git a/app/views/hyrax/dashboard/sidebar/_tasks.html.erb b/app/views/hyrax/dashboard/sidebar/_tasks.html.erb
index f2d56afb7..ed6f36b59 100644
--- a/app/views/hyrax/dashboard/sidebar/_tasks.html.erb
+++ b/app/views/hyrax/dashboard/sidebar/_tasks.html.erb
@@ -19,6 +19,13 @@
onclick: "dontChangeAccordion(event);") do %>
<% end %>
+
+ <%= menu.nav_link(main_app.ingest_from_ftp_path) do %>
+
+ <% end %>
+ <%= menu.nav_link(main_app.default_admin_sets_path) do %>
+
+ <% end %>
<% end %>
<%= render 'hyrax/dashboard/sidebar/menu_partials', menu: menu, section: :tasks %>
\ No newline at end of file