Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions app/assets/stylesheets/arclight.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,9 @@

// Arclight, imported from arclight frontend package
@import 'arclight/app/assets/stylesheets/arclight/application';

.al-search-breadcrumb {
font-size: 16px;
margin-bottom: 2rem;
padding-top: 1rem;
}
13 changes: 6 additions & 7 deletions app/views/arclight/repositories/index.html.erb
Original file line number Diff line number Diff line change
@@ -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 %>

<h1 class="sr-only"><%= t('arclight.repositories') %></h1>
<% breadcrumb :repositories %>

<h1 class="visually-hidden"><%= t('arclight.repositories') %></h1>

<div class="al-repositories">
<% @page_title = t('arclight.views.repositories.title', application_name: application_name) %>
<%= render 'shared/breadcrumbs' %>

<%# added card-deck div %>

<div class="row row-cols-1 row-cols-md-3 g-4">
<!-- <div class="card-deck"> -->
<%= render @repositories %>
<%= render @repositories %>
</div>

</div>
1 change: 1 addition & 0 deletions app/views/catalog/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -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 %>
Loading