From 79e0c9f5d4da67dc9601e3dc32034c2759a73644 Mon Sep 17 00:00:00 2001 From: Samuel Sciolla Date: Thu, 18 Jun 2026 11:55:43 -0400 Subject: [PATCH 1/3] Fix breadcrumbs on repositories page, tweak some spacing --- app/assets/stylesheets/arclight.scss | 5 +++++ app/views/arclight/repositories/index.html.erb | 13 ++++++------- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/app/assets/stylesheets/arclight.scss b/app/assets/stylesheets/arclight.scss index 770982e..182bbeb 100644 --- a/app/assets/stylesheets/arclight.scss +++ b/app/assets/stylesheets/arclight.scss @@ -4,3 +4,8 @@ // Arclight, imported from arclight frontend package @import 'arclight/app/assets/stylesheets/arclight/application'; + +.al-search-breadcrumb { + font-size: 16px; + margin-bottom: 2rem; +} \ No newline at end of file diff --git a/app/views/arclight/repositories/index.html.erb b/app/views/arclight/repositories/index.html.erb index 748cc8a..f48dddf 100755 --- a/app/views/arclight/repositories/index.html.erb +++ b/app/views/arclight/repositories/index.html.erb @@ -1,17 +1,16 @@ <%# Overrides ArcLight Core partial. %> -<%# Last checked for updates: ArcLight v0.3.0. %> +<%# Last checked for updates: ArcLight v1.6.2. %> <%# https://github.com/projectblacklight/arclight/blob/master/app/views/arclight/repositories/index.html.erb %> -

<%= t('arclight.repositories') %>

+<% breadcrumb :repositories %> + +

<%= t('arclight.repositories') %>

<% @page_title = t('arclight.views.repositories.title', application_name: application_name) %> <%= render 'shared/breadcrumbs' %> - - <%# added card-deck div %> +
- - <%= render @repositories %> + <%= render @repositories %>
-
From 6c6a4142e2908bb817ecbd714396bc0fee19d286 Mon Sep 17 00:00:00 2001 From: Samuel Sciolla Date: Thu, 18 Jun 2026 11:57:40 -0400 Subject: [PATCH 2/3] Add breadcrumbs to search results page, add some more padding on top of breadcrumbs --- app/assets/stylesheets/arclight.scss | 1 + app/views/catalog/index.html.erb | 1 + 2 files changed, 2 insertions(+) diff --git a/app/assets/stylesheets/arclight.scss b/app/assets/stylesheets/arclight.scss index 182bbeb..11306de 100644 --- a/app/assets/stylesheets/arclight.scss +++ b/app/assets/stylesheets/arclight.scss @@ -8,4 +8,5 @@ .al-search-breadcrumb { font-size: 16px; margin-bottom: 2rem; + padding-top: 1rem; } \ No newline at end of file diff --git a/app/views/catalog/index.html.erb b/app/views/catalog/index.html.erb index 6278c24..6f3f18e 100644 --- a/app/views/catalog/index.html.erb +++ b/app/views/catalog/index.html.erb @@ -13,5 +13,6 @@ <% conf = blacklight_config.view_config(document_index_view_type) %> <%= render conf.sidebar_component.new(blacklight_config: blacklight_config, response: @response, view_config: conf) %> <% end %> + <% breadcrumb :search_results, search_state %> <%= render 'search_results' %> <% end %> From 6390bea014b562290fdb582f7af40bc71606f4ab Mon Sep 17 00:00:00 2001 From: Samuel Sciolla Date: Thu, 18 Jun 2026 12:02:10 -0400 Subject: [PATCH 3/3] Add newline at EOF --- app/assets/stylesheets/arclight.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/arclight.scss b/app/assets/stylesheets/arclight.scss index 11306de..769c35d 100644 --- a/app/assets/stylesheets/arclight.scss +++ b/app/assets/stylesheets/arclight.scss @@ -9,4 +9,4 @@ font-size: 16px; margin-bottom: 2rem; padding-top: 1rem; -} \ No newline at end of file +}