Skip to content

Commit

Permalink
Merge pull request #220 from digital-land/refactor/datasetOrder
Browse files Browse the repository at this point in the history
updated dataset order
  • Loading branch information
GeorgeGoodall authored Nov 7, 2023
2 parents 00aac5a + 279dcdc commit 44b3944
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions application/templates/layouts/layout--guidance.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@ <h1 class="govuk-heading-xl">{{ pageData.pageTitle }}</h1>
'current': true if pageData.name == 'specifications' else false,
'parent': true,
'children': [
{
'text': "Article 4 Direction data",
'href': sectionPath + 'specifications/article-4-direction',
'child': true,
'current': true if pageData.name == 'article-4-direction' else false,
},
{
'text': "Conservation area data",
'href': sectionPath + 'specifications/conservation-area',
Expand All @@ -76,12 +82,6 @@ <h1 class="govuk-heading-xl">{{ pageData.pageTitle }}</h1>
'child': true,
'current': true if pageData.name == 'listed-building' else false,
},
{
'text': "Article 4 Direction data",
'href': sectionPath + 'specifications/article-4-direction',
'child': true,
'current': true if pageData.name == 'article-4-direction' else false,
},
{
'text': "Tree preservation order data",
'href': sectionPath + 'specifications/tree-preservation-order',
Expand Down

0 comments on commit 44b3944

Please sign in to comment.