Browse Source

Merge pull request #302 from communitiesuk/update-email-address

Update email address
pull/306/head
Paul Robert Lloyd 3 years ago committed by GitHub
parent
commit
2045b4cfa0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/views/layouts/_footer.html.erb
  2. 2
      app/views/layouts/application.html.erb

2
app/views/layouts/_footer.html.erb

@ -16,7 +16,7 @@
<h3 class="govuk-heading-s govuk-!-margin-bottom-1">Email</h3> <h3 class="govuk-heading-s govuk-!-margin-bottom-1">Email</h3>
<ul class="govuk-list govuk-!-font-size-16 govuk-!-margin-bottom-0"> <ul class="govuk-list govuk-!-font-size-16 govuk-!-margin-bottom-0">
<li> <li>
<%= govuk_mail_to("submitcoredata@communities.gov.uk", class: "govuk-footer__link") %> <%= govuk_mail_to("submitcoredata@levellingup.gov.uk", class: "govuk-footer__link") %>
</li> </li>
<li class="govuk-!-margin-bottom-0">We aim to respond within 2 working days</li> <li class="govuk-!-margin-bottom-0">We aim to respond within 2 working days</li>
</ul> </ul>

2
app/views/layouts/application.html.erb

@ -54,7 +54,7 @@
<div class="govuk-width-container"> <div class="govuk-width-container">
<%= govuk_phase_banner( <%= govuk_phase_banner(
tag: { text: 'Beta' }, tag: { text: 'Beta' },
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 text: "This is a new service – #{govuk_mail_to("submitcoredata@levellingup.gov.uk", "give feedback or report a problem", subject: "Feedback about #{t('service_name')}")}".html_safe
) %> ) %>
<%= content_for(:breadcrumbs) %> <%= content_for(:breadcrumbs) %>

Loading…
Cancel
Save