Skip to content

Commit

Permalink
Merge pull request #875 from DFE-Digital/udpate-notification-banner-a…
Browse files Browse the repository at this point in the history
…gain

Update notification banner
  • Loading branch information
richardpattinson authored Oct 8, 2024
2 parents 6429ce1 + 4b80f35 commit 82a7a54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/layouts/base.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<%= yield(:breadcrumbs) if content_for?(:breadcrumbs) %>
<main class="govuk-main-wrapper" id="main-content" role="main">
<% 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 %>
Expand Down
2 changes: 1 addition & 1 deletion app/views/layouts/check_records_layout.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<%= yield(:breadcrumbs) if content_for?(:breadcrumbs) %>
<main class="govuk-main-wrapper" id="main-content" role="main">
<% 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)) %>
Expand Down

0 comments on commit 82a7a54

Please sign in to comment.