This repository has been archived by the owner on Oct 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #477 from DFE-Digital/117293/support-email-updates
117293/support email updates
- Loading branch information
Showing
6 changed files
with
26 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
@page | ||
@using Microsoft.Extensions.Configuration | ||
|
||
@inject IConfiguration _configuration | ||
|
||
@{ | ||
ViewData["Title"] = "Accessibility statement for the Manage an academy transfer website"; | ||
|
@@ -37,7 +40,7 @@ | |
</p> | ||
<ul class="govuk-list govuk-list--bullet"> | ||
<li> | ||
email <a class="govuk-link" href="mailto:[email protected]?subject=Prepare conversions and transfers support">regionalservices.rg@education.gov.uk</a> | ||
email <a class="govuk-link" href="mailto:@_configuration["SupportEmail"]?subject=Prepare%20conversions%20and%20transfers:%20support%20query">@_configuration["SupportEmail"]</a> | ||
</li> | ||
<li>call 0370 000 2288 </li> | ||
</ul> | ||
|
@@ -47,7 +50,7 @@ | |
|
||
<h2 class="govuk-heading-l">Reporting accessibility problems with this website</h2> | ||
<p class="govuk-body"> | ||
We’re always looking to improve the accessibility of this website. If you find any problems not listed on this page or think we’re not meeting accessibility requirements, email us at: <a class="govuk-link" href="mailto:[email protected]?subject=Prepare conversions and transfers support">regionalservices.rg@education.gov.uk</a>. | ||
We’re always looking to improve the accessibility of this website. If you find any problems not listed on this page or think we’re not meeting accessibility requirements, email us at: <a class="govuk-link" href="mailto:@_configuration["SupportEmail"]?subject=Prepare%20conversions%20and%20transfers:%20support%20query">@_configuration["SupportEmail"]</a>. | ||
</p> | ||
|
||
<h2 class="govuk-heading-l">Enforcement procedure</h2> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -115,7 +115,7 @@ | |
<h2 class="govuk-footer__heading govuk-heading-m">Get support</h2> | ||
<ul class="govuk-footer__list"> | ||
<li class="govuk-footer__list-item govuk-!-margin-bottom-1"> | ||
Email: <a class="govuk-link govuk-footer__link" data-cy="get-support-email" href="mailto:[email protected]?subject=Prepare conversions and transfers support">regionalservices.rg@education.gov.uk</a> | ||
Email: <a class="govuk-link govuk-footer__link" data-cy="get-support-email" href="mailto:@_configuration["SupportEmail"]?subject=Prepare%20conversions%20and%20transfers:%20support%20query">@_configuration["SupportEmail"]</a> | ||
</li> | ||
</ul> | ||
</div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters