From 8d2af81f5cf4319322d0ffcd722d6a4a8043df2f Mon Sep 17 00:00:00 2001 From: Paul Robert Lloyd Date: Tue, 11 Jan 2022 17:01:45 +0000 Subject: [PATCH] Update service contact email address --- app/views/layouts/_footer.html.erb | 2 +- app/views/layouts/application.html.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/layouts/_footer.html.erb b/app/views/layouts/_footer.html.erb index 4a7b6a96d..442f25d60 100644 --- a/app/views/layouts/_footer.html.erb +++ b/app/views/layouts/_footer.html.erb @@ -16,7 +16,7 @@

Email

diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 9552a4cba..80b1cb6cd 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -54,7 +54,7 @@
<%= govuk_phase_banner( tag: { text: 'Beta' }, - text: "This is a new service – #{govuk_mail_to("test@mhclg.gov.uk", "give feedback or report a problem", subject: "Feedback about Lettings and Sales of Social Housing in England Data Collection")}".html_safe + text: "This is a new service – #{govuk_mail_to("submitcoredata@communities.gov.uk", "give feedback or report a problem", subject: "Feedback about #{t('service_name')}")}".html_safe ) %> <%= content_for(:breadcrumbs) %>