-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
EPP-146-amend CHANGE SUBSTANCES page
- add change-substances.html - add fields in index.js, fields.json and pages.json and fiels/index.js - add summary-data-section.js - add some path to next page
- Loading branch information
1 parent
32885e9
commit 2b1769b
Showing
6 changed files
with
77 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{{<partials-page}} | ||
{{$page-content}} | ||
<div> | ||
<p class="govuk-body">{{#t}}pages.change-substances.paragraph1{{/t}}</p> | ||
<ul class="govuk-list govuk-list--bullet"> | ||
<li>{{#t}}pages.change-substances.li1{{/t}}</li> | ||
<li>{{#t}}pages.change-substances.li2{{/t}}</li> | ||
<li>{{#t}}pages.change-substances.li3{{/t}}</li> | ||
</ul> | ||
</div> | ||
|
||
{{#fields}} | ||
{{#renderField}}amend-change-substances-options{{/renderField}} | ||
{{/fields}} | ||
{{#input-submit}}continue{{/input-submit}} | ||
{{/page-content}} | ||
{{/partials-page}} |