diff --git a/app/views/notifications/_global_bar.html.erb b/app/views/notifications/_global_bar.html.erb index 9940d88db..b96a1bd6e 100644 --- a/app/views/notifications/_global_bar.html.erb +++ b/app/views/notifications/_global_bar.html.erb @@ -10,6 +10,9 @@ # 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 = true + + # Toggle additional banner + show_additional_banner = true global_bar_classes = %w(global-bar dont-print) @@ -60,25 +63,27 @@
<% end %> - <% end %>