Skip to content

Commit

Permalink
Fix jump links on history of government
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
andysellick committed Jul 23, 2021
1 parent 1480c60 commit 98d7119
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/views/histories/history.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<div class="govuk-grid-column-one-half">
<%= render "govuk_publishing_components/components/heading", {
text: "Notable people",
id: "notable-peoples",
id: "notable-people",
margin_bottom: 3,
} %>

Expand Down Expand Up @@ -115,6 +115,7 @@
<div class="govuk-grid-column-one-half">
<%= render "govuk_publishing_components/components/heading", {
text: "Documents and records",
id: "documents-records",
margin_bottom: 3,
} %>

Expand Down

0 comments on commit 98d7119

Please sign in to comment.