diff --git a/app/views/root/scheduled_maintenance.html.erb b/app/views/root/scheduled_maintenance.html.erb index d7d8fc611..f81baf468 100644 --- a/app/views/root/scheduled_maintenance.html.erb +++ b/app/views/root/scheduled_maintenance.html.erb @@ -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: '

Contact the GOV.UK lead (Single Point Of Contact) for your department or agency if you need to publish something in an emergency.

+ title: "Scheduled maintenance", + heading: "GOV.UK publishing tools are currently unavailable due to scheduled maintenance", + intro: "

Contact the GOV.UK lead (Single Point Of Contact) for your department or agency if you need to publish something in an emergency.

-

The GOV.UK status page has more information about the scheduled maintenance.

', +

The GOV.UK status page has more information about the scheduled maintenance.

", } %>