We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 947f15d + 9c2c1d6 commit cb9a9fcCopy full SHA for cb9a9fc
1 file changed
app/views/admin/frameworks/show.html.haml
@@ -31,7 +31,7 @@
31
%h2.govuk-fieldset__heading
32
Definition
33
34
- %textarea#code-editor{ readonly: true }= @definition_source
+ %textarea#code-editor{ readonly: true, "aria-label": "framework definition" }= @definition_source
35
36
- if framework_not_archived?(@framework)
37
.govuk-grid-row
0 commit comments