From 80104c88e7237e68b99a46ac5e8bc45773ecc01f Mon Sep 17 00:00:00 2001 From: Richard Lynch Date: Fri, 3 May 2024 09:30:43 +0100 Subject: [PATCH] Updates page footer (#416) Updates the footer to add links and remove the help and T&C elements. --- app/views/layouts/application.html.erb | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 0f0117f5..646d8e34 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -49,10 +49,11 @@ - <%= govuk_footer(meta_items_title: "Helpful links", meta_items: { - "Help" => "#", "Cookies" => "#", "Contact" => "#", "Terms and Conditions" => "#", "Privacy" => privacy_path - }) - %> + <%= govuk_footer(meta_items_title: "Helpful links", meta_items: { + "Cookies" => "https://www.gov.uk/help/cookies", + "Contact" => "mailto:teach.inengland@education.gov.uk", + "Privacy" => privacy_path + }) %>