Skip to content

Commit

Permalink
Merge pull request #338 from IUBLibTech/main_page_edits
Browse files Browse the repository at this point in the history
Correcting link to legacy Archives Online
  • Loading branch information
randalldfloyd authored Apr 24, 2024
2 parents c5c079d + dea3eba commit 7ad51b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/arclight/repositories/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<%# ADD CUSTOM CONTENT HERE FOR NGAO REPOSITORY PAGE CONTENT %>
<h2>Welcome to Archives Online</h2>
<p>Archives Online is a portal for accessing descriptions of archival and special collections held by libraries, archives and other cultural heritage units at Indiana University or affiliated with Indiana University. The collection descriptions (finding aids) are for non-book and original research materials such as correspondence and photographs. This new Archives Online site is currently under development and does not yet contain links to digitized materials from collections or all collections from IUPUI. To view digitized archival materials, visit <a href="http://www.dlib.indiana.edu/collections/findingaids">Legacy Archives Online</a>. To view additional IUPUI collections, visit <a href="https://www.ulib.iupui.edu/special">Ruth Lilly Special Collections &amp; Archives</a>.</p>
<p>Archives Online is a portal for accessing descriptions of archival and special collections held by libraries, archives and other cultural heritage units at Indiana University or affiliated with Indiana University. The collection descriptions (finding aids) are for non-book and original research materials such as correspondence and photographs. This new Archives Online site is currently under development and does not yet contain links to digitized materials from collections or all collections from IUPUI. To view digitized archival materials, visit <a href="https://webapp1.dlib.indiana.edu/findingaids">Legacy Archives Online</a>. To view additional IUPUI collections, visit <a href="https://www.ulib.iupui.edu/special">Ruth Lilly Special Collections &amp; Archives</a>.</p>

<div class="col-md-12 light-gray">
<%# ADD CAMPUS CARDS %>
Expand All @@ -16,7 +16,7 @@
<%= render partial: 'campus_card', locals: {campus: campus.first} %>
<% end %>
</div>

<%# ADDED CAMPUS LEVEL FOR DISPLAY %>
<% @campuses.each do |campus, repositories| %>
<h2 id="<%= campus %>" class="repository-header"><%= convert_campus_id(campus) %></h2>
Expand Down

0 comments on commit 7ad51b9

Please sign in to comment.