Skip to content

Commit

Permalink
Merge pull request #564 from DFE-Digital/update-error-page-links
Browse files Browse the repository at this point in the history
Update the links on the error page so the links open in a new tab
  • Loading branch information
nwarms authored Oct 17, 2024
2 parents 39f0b2f + 5a47ba5 commit 0bca36e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DfE.FindInformationAcademiesTrusts/Pages/Error.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<a class="govuk-link" href="@($"{ViewConstants.ReportNotFoundMailtoLink}&body=Url is {Model.OriginalPathAndQuery}")">email Service Support for help with using this system</a>.
</feature>
<feature name="@FeatureFlags.UpdatedFooterHelpLink">
<a class="govuk-link" href="@ViewConstants.GetHelpFormLink">report this to Service Support for help with using this system</a>.
<a class="govuk-link" href="@ViewConstants.GetHelpFormLink" rel="noopener" target="_blank">report this to Service Support for help with using this system (opens in new tab)</a>.
</feature>
</p>
}
Expand All @@ -33,7 +33,7 @@
<a class="govuk-link" href="@ViewConstants.ReportAProblemMailToLink">Report this problem</a>
</feature>
<feature name="@FeatureFlags.UpdatedFooterHelpLink">
<a class="govuk-link" href="@ViewConstants.GetHelpFormLink">Report this problem</a>
<a class="govuk-link" href="@ViewConstants.GetHelpFormLink" rel="noopener" target="_blank">Report this problem (opens in new tab)</a>
</feature> if it continues.
</p>
}
Expand Down

0 comments on commit 0bca36e

Please sign in to comment.