Skip to content

Commit

Permalink
Updated footer and campus info from IUPUI to IUI
Browse files Browse the repository at this point in the history
(cherry picked from commit ecd79fe)
  • Loading branch information
Andy Smith authored and dlpierce committed Aug 21, 2024
1 parent 2d0b0d3 commit cae1235
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
File renamed without changes
Binary file added app/assets/images/iui-library.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions app/views/shared/_footer.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<div class=" bg-mahogany bottom-nav">
<div class="grid thirds text-center">
<div class="grid-item">
<%= link_to 'https://ulib.iupui.edu' do %>
<%= image_tag 'iupui-library.png', class: 'lockup', alt: 'IUPUI University Library' %>
<%= link_to 'https://library.indianapolis.iu.edu' do %>
<%= image_tag 'iui-library.png', class: 'lockup', alt: 'IU Indianapolis University Library' %>
<% end %>
</div>
<div class="grid-item">
Expand Down
10 changes: 5 additions & 5 deletions config/authorities/campuses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
:url: https://www.indiana.edu
:img_src: campuses/iub.jpg
:img_alt: The Sample Gates at IU Bloomington
- :id: IUPUI
:term: IUPUI
- :id: IUI
:term: IU Indianapolis
:active: true
:url: https://www.iupui.edu
:img_src: campuses/iupui.jpg
:img_alt: The Campus Center at IUPUI
:url: https://library.indianapolis.iu.edu
:img_src: campuses/iui.jpg
:img_alt: University Library at IU Indianapolis
- :id: IUPUC
:term: IUPUC
:active: true
Expand Down

0 comments on commit cae1235

Please sign in to comment.