Sha256: 16c1d9be743f5da7f446f0a2e67d7289edfafdf0d1d291f2862218126a0bacef
Contents?: true
Size: 519 Bytes
Versions: 4
Compression:
Stored size: 519 Bytes
Contents
{% from "error-summary/macro.njk" import govukErrorSummary %} {{ govukErrorSummary({ "titleText": "Message to alert the user to a problem goes here", "descriptionText": "Optional description of the errors and how to correct them", "classes": "optional-extra-class", "errorList": [ { "text": "Descriptive link to the question with an error", "href": "#example-error-1" }, { "text": "Descriptive link to the question with an error", "href": "#example-error-1" } ] }) }}
Version data entries
4 entries across 4 versions & 2 rubygems