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 fde8c553d..000000000 --- a/app/views/hyrax/dashboard/sidebar/_repository_content.html.erb +++ /dev/null @@ -1,34 +0,0 @@ -<%# override from bulkrax to make bulkrax a feature flipper %> - - -<%= menu.nav_link(hyrax.my_collections_path, - class: "nav-link", - onclick: "dontChangeAccordion(event);", - also_active_for: hyrax.dashboard_collections_path, - title: t('hyrax.admin.sidebar.collections')) do %> - <%= t('hyrax.admin.sidebar.collections') %> -<% end %> - -<%= menu.nav_link(hyrax.my_works_path, - class: "nav-link", - onclick: "dontChangeAccordion(event);", - also_active_for: hyrax.dashboard_works_path, - title: t('hyrax.admin.sidebar.works')) do %> - <%= t('hyrax.admin.sidebar.works') %> -<% end %> - -<% if ENV.fetch('HYKU_BULKRAX_ENABLED', 'true') == 'true' %> - <%= menu.nav_link(bulkrax.importers_path, - class: "nav-link", - title: t('bulkrax.admin.sidebar.importers')) do %> - <%= t('bulkrax.admin.sidebar.importers') %> - <% end %> - - <%= menu.nav_link(bulkrax.exporters_path, - class: "nav-link", - title: t('bulkrax.admin.sidebar.exporters')) do %> - <%= t('bulkrax.admin.sidebar.exporters') %> - <% end %> -<% end %> - -<%= render 'hyrax/dashboard/sidebar/menu_partials', menu: menu, section: :repository_content %>