From 3029f016bb82fc70f80e08abfdee85ac95db022d Mon Sep 17 00:00:00 2001 From: Jon Hallam Date: Thu, 29 Aug 2019 16:08:00 +0100 Subject: [PATCH] Add exception to global banner --- app/views/notifications/_global_bar.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/notifications/_global_bar.html.erb b/app/views/notifications/_global_bar.html.erb index 337efaea4..182efca0c 100644 --- a/app/views/notifications/_global_bar.html.erb +++ b/app/views/notifications/_global_bar.html.erb @@ -1,5 +1,5 @@ <% - show_global_bar ||= false # Toggles the appearance of the global bar + show_global_bar ||= true # Toggles the appearance of the global bar title = "The title" information = "Some information about something" link_href = "https://www.gov.uk/" @@ -8,7 +8,7 @@ <% if show_global_bar %> <% content_for :head do %> - + <% end %>