Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #828 from DFE-Digital/feature/redirect-to-conversions
Browse files Browse the repository at this point in the history
Repurposed maintenance mode for the redirect to conversion
  • Loading branch information
paullocknimble authored Oct 7, 2024
2 parents c83c660 + 4deda1a commit b8907f2
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions Dfe.PrepareTransfers.Web/Pages/Maintenance.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,8 @@

<div class="govuk-grid-row">
<div class="govuk-grid-column-two-thirds">
<h1 class="govuk-heading-l">This service is unavailable</h1>
<p class="govuk-body">
The Prepare transfers service is currently unavailable, but our team are working to fix that.
</p>
<p class="govuk-body">
Please try again later.
</p>

<h1 class="govuk-heading-l">This page has moved</h1>
<p class="govuk-body">The page you are looking for has been moved to a new location. Please update your bookmarks.</p>
<a href="@($"{Links.ConversionsUrl}transfers/home")" class="govuk-button">Go to the new page</a>
</div>
</div>

0 comments on commit b8907f2

Please sign in to comment.