From 98d71193b6cc296ca460a6679dfe1a6630dfc7e4 Mon Sep 17 00:00:00 2001 From: Andy Sellick Date: Fri, 23 Jul 2021 14:01:17 +0100 Subject: [PATCH] Fix jump links on history of government - link to notable people was mistyped and wasn't working - link to online records wasn't working because linked heading didn't have an ID --- app/views/histories/history.html.erb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/histories/history.html.erb b/app/views/histories/history.html.erb index 5c6a6c2f0..d8a74fa53 100644 --- a/app/views/histories/history.html.erb +++ b/app/views/histories/history.html.erb @@ -41,7 +41,7 @@
<%= render "govuk_publishing_components/components/heading", { text: "Notable people", - id: "notable-peoples", + id: "notable-people", margin_bottom: 3, } %> @@ -115,6 +115,7 @@
<%= render "govuk_publishing_components/components/heading", { text: "Documents and records", + id: "documents-records", margin_bottom: 3, } %>