Skip to content

Commit

Permalink
Merge pull request #561 from IU-Libraries-Joint-Development/ESSI-1848…
Browse files Browse the repository at this point in the history
…_footer_privacy_link

ESSI-1848 correct privacy policy link in footer
  • Loading branch information
aploshay authored Jul 26, 2023
2 parents 18f8e8d + 105d54e commit c312a50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/shared/_footer.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
</p>

<p class="copyright">
<span class="line-break"><a href="https://accessibility.iu.edu/assistance" id="accessibility-link" title="Having trouble accessing this web page content? Please visit this page for assistance.">Accessibility</a> | <a href="/privacy" id="privacy-policy-link">Privacy Notice</a></span>
<span class="line-break"><a href="https://accessibility.iu.edu/assistance" id="accessibility-link" title="Having trouble accessing this web page content? Please visit this page for assistance.">Accessibility</a> | <a href="https://libraries.indiana.edu/privacy" id="privacy-policy-link">Privacy Notice</a></span>
<span class="hide-on-mobile"> | </span>
<a href="https://www.iu.edu/copyright/index.html">Copyright</a> &#169; 2020 <span class="line-break-small">The Trustees of <a href="https://www.iu.edu/" itemprop="url"><span itemprop="name">Indiana University</span></a></span>
</p>
Expand Down

0 comments on commit c312a50

Please sign in to comment.