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

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: DFE-Digital/prepare-academy-transfers
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a8a2d3f4217f23f93be5ddda5dbae1ce2bec7a3c
Choose a base ref
..
head repository: DFE-Digital/prepare-academy-transfers
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 63a7034e00b6d2eaa337bc5eca743a6f923ec901
Choose a head ref
Showing with 3 additions and 8 deletions.
  1. +3 −8 Dfe.PrepareTransfers.Web/Pages/Maintenance.cshtml
11 changes: 3 additions & 8 deletions Dfe.PrepareTransfers.Web/Pages/Maintenance.cshtml
Original file line number Diff line number Diff line change
@@ -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>