From 4b80f357190ed2a83fb6555775360ea444a06d41 Mon Sep 17 00:00:00 2001 From: Richard Pattinson Date: Tue, 8 Oct 2024 11:46:05 +0100 Subject: [PATCH] Update notification banner --- app/views/layouts/base.html.erb | 2 +- app/views/layouts/check_records_layout.html.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/layouts/base.html.erb b/app/views/layouts/base.html.erb index d53b7fbb..36a740f4 100644 --- a/app/views/layouts/base.html.erb +++ b/app/views/layouts/base.html.erb @@ -35,7 +35,7 @@ <%= yield(:breadcrumbs) if content_for?(:breadcrumbs) %>
<% if FeatureFlags::FeatureFlag.active?(:downtime_banner) %> - <%= govuk_notification_banner title_text: "Planned downtime", text: "The service will be unavailable on Monday 7th October between 6pm and 7pm while we carry out essential maintenance" %> + <%= govuk_notification_banner title_text: "Planned downtime", text: "The service will be unavailable on Wednesday 9th October between 6pm and 7pm while we carry out essential maintenance" %> <% end %> <%= render(FlashMessageComponent.new(flash: flash)) %> <%= yield :content %> diff --git a/app/views/layouts/check_records_layout.html.erb b/app/views/layouts/check_records_layout.html.erb index f4041572..2affcb63 100644 --- a/app/views/layouts/check_records_layout.html.erb +++ b/app/views/layouts/check_records_layout.html.erb @@ -35,7 +35,7 @@ <%= yield(:breadcrumbs) if content_for?(:breadcrumbs) %>
<% if FeatureFlags::FeatureFlag.active?(:downtime_banner) %> - <%= govuk_notification_banner title_text: "Planned downtime", text: "The service will be unavailable on Monday 7th October between 6pm and 7pm while we carry out essential maintenance" %> + <%= govuk_notification_banner title_text: "Planned downtime", text: "The service will be unavailable on Wednesday 9th October between 6pm and 7pm while we carry out essential maintenance" %> <% end %> <%= render(FlashMessageComponent.new(flash: flash)) %>