generated from ministryofjustice/hmpps-template-typescript
-
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.
Feature/ra 254 select app type error message (#38)
* Adding error message component for app type selection page * Adding error summary and tests * fix missing header and footer on error re-render * Fixing minor indentation
- Loading branch information
Showing
6 changed files
with
117 additions
and
48 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{% from "govuk/components/footer/macro.njk" import govukFooter %} | ||
|
||
{{ govukFooter({ | ||
classes: "govuk-!-display-none-print", | ||
contentLicence: { | ||
html: 'All content is available under the | ||
<a class="govuk-footer__link" | ||
href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license">Open Government Licence v3.0</a>, except where otherwise stated' | ||
}, | ||
meta: { | ||
visuallyHiddenTitle: "Support links", | ||
items: [ | ||
{ | ||
href: "https://support-dev.hmpps.service.justice.gov.uk/feedback-and-support", | ||
text: "Feedback and support" | ||
}, | ||
{ | ||
href: "/auth/terms", | ||
text: "Terms and conditions" | ||
} | ||
] | ||
}, | ||
copyright: { | ||
text: "© Crown copyright", | ||
href: "https://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/uk-government-licensing-framework/crown-copyright/" | ||
} | ||
}) }} |
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