From 5eb5488279e3788624a1fe3b6da06a0bcd5d59ab Mon Sep 17 00:00:00 2001 From: =?utf8?q?H=C3=A9ctor=20Ochoa=20Ortiz?= Date: Mon, 16 Mar 2026 18:50:15 +0100 Subject: [PATCH] Remove AND deadlink from copyright page --- app/views/site/copyright.html.erb | 6 ++---- config/locales/en.yml | 6 ++---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/app/views/site/copyright.html.erb b/app/views/site/copyright.html.erb index 3a0d35998..43a5d8661 100644 --- a/app/views/site/copyright.html.erb +++ b/app/views/site/copyright.html.erb @@ -156,10 +156,8 @@ t(".legal_babble.contributors_hr_open_data_portal_url")) %>
  • - <%= t ".legal_babble.contributors_nl_credit_html", - :netherlands => tag.strong(t(".legal_babble.contributors_nl_netherlands")), - :and_link => link_to(t(".legal_babble.contributors_nl_and"), - t(".legal_babble.contributors_nl_and_url")) %> + <%= t ".legal_babble.contributors_nl_credit_new_html", + :netherlands => tag.strong(t(".legal_babble.contributors_nl_netherlands")) %>
  • <%= t ".legal_babble.contributors_nz_credit_html", diff --git a/config/locales/en.yml b/config/locales/en.yml index b6b94227d..546ace387 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -2543,11 +2543,9 @@ en: contributors_hr_dgu_url: https://dgu.gov.hr/ contributors_hr_open_data_portal: National Open Data Portal contributors_hr_open_data_portal_url: https://data.gov.hr/ - contributors_nl_credit_html: | - %{netherlands}: Contains © AND data, 2007 (%{and_link}) + contributors_nl_credit_new_html: | + %{netherlands}: Contains © AND data, 2007 contributors_nl_netherlands: Netherlands - contributors_nl_and: www.and.com - contributors_nl_and_url: https://www.and.com contributors_nz_credit_html: | %{new_zealand}: Contains data sourced from the %{linz_data_service_link} and licensed for reuse under %{cc_by_link}. -- 2.47.3