diff --git a/app/components/arclight/document_component.html.erb b/app/components/arclight/collection_component.html.erb similarity index 61% rename from app/components/arclight/document_component.html.erb rename to app/components/arclight/collection_component.html.erb index 9b977e50e..9f16252fd 100644 --- a/app/components/arclight/document_component.html.erb +++ b/app/components/arclight/collection_component.html.erb @@ -13,9 +13,6 @@ <%= render Arclight::DocumentActionsComponent.new(presenter: presenter) %> - -<%= render Arclight::MetadataSectionComponent.with_collection(blacklight_config.show.component_metadata_partials || [], metadata_attr: { layout: Arclight::UpperMetadataLayoutComponent }, presenter: presenter, classes: ['al-metadata-section', 'breadcrumb-item', "breadcrumb-item-#{document.parents.length + 3}"]) unless document.collection? %> -
<%= embed %> @@ -27,25 +24,20 @@