Skip to content

Commit

Permalink
Merge pull request #594 from nla/ph-ctpl-265
Browse files Browse the repository at this point in the history
CTPL-265: Update contact URL
  • Loading branch information
CEdwardsBlasikiewicz authored Jan 12, 2025
2 parents de70d74 + 7490197 commit 4591574
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/shared/_footer.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<%= link_to t("blacklight.footer.contact.telephone"), "tel:+61262621111" %><br>
<%= t('blacklight.footer.contact.address').html_safe %>
</p>
<div><%= link_to t("blacklight.footer.contact.more_contact_info"), "https://www.library.gov.au/about-us/contact-us", class: "btn btn-tertiary mt-2 mb-5" %></div>
<div><%= link_to t("blacklight.footer.contact.more_contact_info"), "https://www.library.gov.au/services/contact-us", class: "btn btn-tertiary mt-2 mb-5" %></div>
</section>
<section class="connect">
<h2 class="h4 mb-4"><%= t('blacklight.footer.connect.title') %></h2>
Expand Down
2 changes: 1 addition & 1 deletion config/repositories.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ nla:
name: 'National Library of Australia'
description: 'The National Library preserves Australian heritage for the past, present and the future, so that we can discover and understand our Australian story.'
contact_html: |
<div class="al-repository-contact-info"><a href="https://www.library.gov.au/about-us/contact-us">Contact us</a></div>
<div class="al-repository-contact-info"><a href="https://www.library.gov.au/services/contact-us">Contact us</a></div>
location_html: |
<div class="al-repository-street-address-address1">Parkes Place</div>
<div class="al-repository-street-address-city_state_zip_country">Canberra ACT 2600, Australia</div>
Expand Down

0 comments on commit 4591574

Please sign in to comment.