Skip to content

Commit 1295c5c

Browse files
Merge pull request #232 from digital-land/specifications-left-nav
Add brownfield land and developer contributions to specifications left nav
2 parents 5c67622 + 7199014 commit 1295c5c

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

application/templates/layouts/layout--guidance.html

+11-5
Original file line numberDiff line numberDiff line change
@@ -65,27 +65,33 @@ <h1 class="govuk-heading-xl">{{ pageData.pageTitle }}</h1>
6565
'parent': true,
6666
'children': [
6767
{
68-
'text': "Article 4 Direction data",
68+
'text': "Article 4 direction data",
6969
'href': sectionPath + 'specifications/article-4-direction',
70-
'child': true,
7170
'current': true if pageData.name == 'article-4-direction' else false,
7271
},
72+
{
73+
'text': "Brownfield land data",
74+
'href': 'https://www.gov.uk/government/publications/brownfield-land-registers-data-standard/publish-your-brownfield-land-data',
75+
'current': false,
76+
},
7377
{
7478
'text': "Conservation area data",
7579
'href': sectionPath + 'specifications/conservation-area',
76-
'child': true,
7780
'current': true if pageData.name == 'conservation-area' else false,
7881
},
82+
{
83+
'text': "Developer contributions data",
84+
'href': 'https://www.gov.uk/guidance/publish-your-developer-contributions-data',
85+
'current': false,
86+
},
7987
{
8088
'text': "Listed building data",
8189
'href': sectionPath + 'specifications/listed-building',
82-
'child': true,
8390
'current': true if pageData.name == 'listed-building' else false,
8491
},
8592
{
8693
'text': "Tree preservation order data",
8794
'href': sectionPath + 'specifications/tree-preservation-order',
88-
'child': true,
8995
'current': true if pageData.name == 'tree-preservation-order' else false,
9096
}
9197
]

application/templates/pages/guidance/specifications/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<p class="govuk-body-l">Guidance about how to collate each dataset including examples of data for each of the fields (rows).</p>
1717

1818
<ul class="govuk-list govuk-list--spaced">
19-
<li><a href="article-4-direction">Article 4 Direction data</a></li>
19+
<li><a href="article-4-direction">Article 4 direction data</a></li>
2020
<li><a href="https://www.gov.uk/government/publications/brownfield-land-registers-data-standard/publish-your-brownfield-land-data">Brownfield land data</a></li>
2121
<li><a href="conservation-area">Conservation area data</a></li>
2222
<li><a href="https://www.gov.uk/guidance/publish-your-developer-contributions-data">Developer contributions data</a></li>

0 commit comments

Comments
 (0)