diff --git a/app/assets/stylesheets/admin.scss b/app/assets/stylesheets/admin.scss index 8ae3af49d9..39b21d8d5c 100644 --- a/app/assets/stylesheets/admin.scss +++ b/app/assets/stylesheets/admin.scss @@ -84,6 +84,10 @@ input[name="admin_group[resources][]"] { border-left: none; } +.breadcrumb-item.active { + color: black; +} + /* ------------------------------ Admin Dashboard Tables ------------------------------ */ .section-create-button { diff --git a/app/views/admin/collections/show.html.erb b/app/views/admin/collections/show.html.erb index 8683b13497..3b6b585eb1 100644 --- a/app/views/admin/collections/show.html.erb +++ b/app/views/admin/collections/show.html.erb @@ -15,6 +15,11 @@ Unless required by applicable law or agreed to in writing, software distributed %> <% @page_title = t('collections.show.title', :collection_name => @collection.name, :application_name => application_name) %> +