Skip to content

Commit

Permalink
Add notification banner to inform users of service downtime
Browse files Browse the repository at this point in the history
  • Loading branch information
richardpattinson committed Nov 22, 2024
1 parent 9cf7bf2 commit c239cbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/views/layouts/base.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
<%= govuk_back_link(href: yield(:back_link_url)) if content_for?(:back_link_url) %>
<%= yield(:breadcrumbs) if content_for?(:breadcrumbs) %>
<main class="govuk-main-wrapper" id="main-content" role="main">
<%= govuk_notification_banner title_text: "Planned downtime", text: "The service will be unavailable on Monday 25th November between 10am and 11am while we carry out essential maintenance" %>
<%= render(FlashMessageComponent.new(flash: flash)) %>
<%= yield :content %>
</main>
Expand Down

0 comments on commit c239cbe

Please sign in to comment.