From 3a6d388fd533b87831bd7cc10e2d98bbd3020448 Mon Sep 17 00:00:00 2001 From: James Mead Date: Wed, 17 Jan 2024 10:10:21 +0000 Subject: [PATCH] Add link to GOV.UK status page to footer c.f. https://github.com/alphagov/whitehall/pull/8727 I considered using `Plek.external_url_for` to generate the URL based for the "status" app (like the code is already doing for the "support" app), but it doesn't look like there's an equivalent of that app in any other environments, so it didn't seem worthwhile. --- app/views/layouts/admin_layout.html.erb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/views/layouts/admin_layout.html.erb b/app/views/layouts/admin_layout.html.erb index bba0be02e..886929f20 100644 --- a/app/views/layouts/admin_layout.html.erb +++ b/app/views/layouts/admin_layout.html.erb @@ -78,6 +78,10 @@ { href: privacy_notice_path, text: "Privacy notice", + }, + { + href: "https://status.publishing.service.gov.uk/", + text: "Check if publishing apps are working or if there’s any maintenance planned", } ].compact }