From a976ccac02283b6ff12fa659c8bd940fcfa6c1ed Mon Sep 17 00:00:00 2001 From: Kelvin Gan Date: Mon, 9 Mar 2020 11:58:59 +0000 Subject: [PATCH] Set Covid-19 banner to be always displayed --- app/views/notifications/_global_bar.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/notifications/_global_bar.html.erb b/app/views/notifications/_global_bar.html.erb index dec80887b..cfddeac36 100644 --- a/app/views/notifications/_global_bar.html.erb +++ b/app/views/notifications/_global_bar.html.erb @@ -8,7 +8,7 @@ # Toggles banner being permanently visible # If true, banner is always_visible & does not disappear automatically after 3 pageviews # Regardless of value, banner is always manually dismissable by users - always_visible = false + always_visible = true -%> <% if show_global_bar %>