Skip to content

Commit 341bfd8

Browse files
authored
Merge pull request #777 from sul-dlss/bs4cleanup
Remove unused bootstrap 4 classes
2 parents 5b7eece + 61008fc commit 341bfd8

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

app/components/arclight/search_result_title_component.html.erb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
<%# This file overrides AL Core for more control over the extents display
1+
<%# This file overrides AL Core for more control over the extents display
22
and to add the digital content icon %>
33
<header class="documentHeader row" data-document-id="<%= @document.id %>">
44
<h3 class="index_title document-title-heading col">
55
<%= helpers.link_to_document @document, counter: @counter %>
6-
6+
77
<%= render Arclight::OnlineStatusIndicatorComponent.new(document: @document) %>
88

9-
<%= tag.span class: 'al-document-container text-muted ml-auto' do %>
9+
<%= tag.span class: 'al-document-container text-muted' do %>
1010
<%= @document.containers.join(', ') %>
1111
<% end if @document.containers.present? %>
1212

@@ -22,4 +22,4 @@
2222
<% actions.each do |action| %>
2323
<%= action %>
2424
<% end %>
25-
</header>
25+
</header>
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<li class='breadcrumb-item'>
2-
<span class="ml-3 ms-3" aria-hidden="true">
2+
<span class="ms-3" aria-hidden="true">
33
<%= blacklight_icon(:repository, classes: 'al-repository-content-icon') %>
44
</span>
55
<% if repository_path %>
@@ -8,4 +8,3 @@
88
<%= @document.repository %>
99
<% end %>
1010
</li>
11-

0 commit comments

Comments
 (0)