Skip to content

Commit 447dc01

Browse files
authored
Merge pull request #359 from IU-Libraries-Joint-Development/essi-1502_add_footer_link
[ESSI 1502] Adds footer link to Harmful Language web page.
2 parents b60d186 + 9e405e1 commit 447dc01

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

app/assets/stylesheets/digital_collections/_layout.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,11 @@ main {
299299
box-sizing: border-box;
300300
}
301301

302+
.bg-mahogany.bottom-nav .container-fluid-thin {
303+
min-height: 0em;
304+
padding: 0em;
305+
}
306+
302307
.flex-3 {
303308
display: flex;
304309
width: 100%;

app/views/shared/_footer.html.erb

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div class=" bg-mahogany bottom-nav">
44
<div class="grid thirds text-center">
55
<div class="grid-item">
6-
<%= link_to 'https://www.ulib.iupui.edu' do %>
6+
<%= link_to 'https://ulib.iupui.edu' do %>
77
<%= image_tag 'iupui-library.png', class: 'lockup' %>
88
<% end %>
99
</div>
@@ -29,6 +29,11 @@
2929
</p>
3030
</div>
3131
<%end %>
32+
<div class="container-fluid container-fluid-thin small text-center">
33+
<p>
34+
<%= link_to 'Harmful Language Statement', 'https://libraries.indiana.edu/harmful-language-statement' %>
35+
</p>
36+
</div>
3237
</div>
3338

3439

0 commit comments

Comments
 (0)