From b41f9160354c9d38c963776062852556682ba6c5 Mon Sep 17 00:00:00 2001 From: Bruce Bolt Date: Sat, 31 Aug 2019 19:54:05 +0100 Subject: [PATCH] Make Brexit banner link relative --- 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 4abbb7f77..16b05cb85 100644 --- a/app/views/notifications/_global_bar.html.erb +++ b/app/views/notifications/_global_bar.html.erb @@ -1,7 +1,7 @@ <% show_global_bar ||= true # Toggles the appearance of the global bar title = "The United Kingdom is leaving the European Union on 31 October 2019." - link_href = "https://www.gov.uk/brexit" + link_href = "/brexit" link_text = "Get ready for Brexit" -%> <% if show_global_bar %>