Skip to content

Commit

Permalink
Update notification banner
Browse files Browse the repository at this point in the history
  • Loading branch information
richardpattinson committed Nov 25, 2024
1 parent b94167f commit 3080c82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 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 @@ -36,7 +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" %>
<%= govuk_notification_banner title_text: "Planned downtime", text: "The service will be unavailable on Tuesday 26th November between 11am and 12am while we carry out essential maintenance" %>
<%= render(FlashMessageComponent.new(flash: flash)) %>
<%= yield :content %>
</main>
Expand Down
7 changes: 1 addition & 6 deletions terraform/application/config/preprod.tfvars.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
{
"cluster": "test",
"namespace": "tra-test",
"enable_postgres_backup_storage": true,
"webapp_startup_command": [
"/bin/sh",
"-c",
"bundle exec rails db:schema_load_or_migrate && bundle exec rails runner \"%i(eligibility_screener referral_form).each {|flag| FeatureFlags::FeatureFlag.activate(flag)}\" && bundle exec rails server -b 0.0.0.0"
]
"enable_postgres_backup_storage": true
}

0 comments on commit 3080c82

Please sign in to comment.