Skip to content

Commit

Permalink
Update schedule maintenance error page
Browse files Browse the repository at this point in the history
  • Loading branch information
injms committed Mar 22, 2021
1 parent 06e6e28 commit 67c0bb6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/views/root/scheduled_maintenance.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
# This view is fetched by Puppet so that the loadbalancer can serve a nice
# error when it's put into maintenance mode (to switch off the backend).
%>
<%= render partial: 'error_page', locals: {
<%= render partial: "error_page", locals: {
status_code: 503,
title: 'Scheduled maintenance',
heading: 'GOV.UK publishing tools are currently unavailable due to scheduled maintenance',
intro: '<p>Contact the GOV.UK lead (Single Point Of Contact) for your department or agency if you need to publish something in an <a href="https://www.gov.uk/guidance/contact-the-government-digital-service/how-to-contact-gds#emergency-support-requests">emergency</a>.</p>
title: "Scheduled maintenance",
heading: "GOV.UK publishing tools are currently unavailable due to scheduled maintenance",
intro: "<p class='govuk-body'>Contact the GOV.UK lead (Single Point Of Contact) for your department or agency if you need to publish something in an <a href='https://www.gov.uk/guidance/contact-the-government-digital-service/how-to-contact-gds#emergency-support-requests' class='govuk-link'>emergency</a>.</p>

<p><a href="https://status.publishing.service.gov.uk/">The GOV.UK status page</a> has more information about the scheduled maintenance.</p>',
<p class='govuk-body'><a class='govuk-link' href='https://status.publishing.service.gov.uk/'>The GOV.UK status page</a> has more information about the scheduled maintenance.</p>",
}
%>

0 comments on commit 67c0bb6

Please sign in to comment.