Skip to content

Commit

Permalink
Merge pull request #3057 from bitzesty/A2.2-again
Browse files Browse the repository at this point in the history
chore: Update major_issues_overcome field in award year forms
  • Loading branch information
TheDancingClown authored Aug 29, 2024
2 parents fbc5953 + 23122c9 commit 962e841
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions forms/award_years/v2025/innovation/innovation_step1.rb
Original file line number Diff line number Diff line change
Expand Up @@ -182,12 +182,12 @@ def innovation_step1
)
end

textarea :major_issues_overcome, "Please explain any major issues that you have overcome in recent years and the remedial steps you have taken." do
textarea :major_issues_overcome, "Please explain any major internal issues you have overcome in recent years and the remedial steps you have taken." do
ref "A 2.2"
classes "sub-question text-words-max"
required
context %(
<p class="govuk-body">For example, what steps did you take following a significant issue that affected your workforce, such as a major Health & Safety incident?</p>
<p class="govuk-body">For example, what remedial steps did you take following a significant issue that affected your workforce, such as a major Health & Safety incident?</p>
)
words_max 200
end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -184,12 +184,12 @@ def trade_step1
)
end

textarea :major_issues_overcome, "Please explain any major issues that you have overcome in recent years and the remedial steps you have taken." do
textarea :major_issues_overcome, "Please explain any major internal issues you have overcome in recent years and the remedial steps you have taken." do
ref "A 2.2"
classes "sub-question text-words-max"
required
context %(
<p class="govuk-body">For example, what steps did you take following a significant issue that affected your workforce, such as a major Health & Safety incident?</p>
<p class="govuk-body">For example, what remedial steps did you take following a significant issue that affected your workforce, such as a major Health & Safety incident?</p>
)
words_max 200
end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -182,12 +182,12 @@ def mobility_step1
)
end

textarea :major_issues_overcome, "Please explain any major issues that you have overcome in recent years and the remedial steps you have taken." do
textarea :major_issues_overcome, "Please explain any major internal issues you have overcome in recent years and the remedial steps you have taken." do
ref "A 2.2"
classes "sub-question text-words-max"
required
context %(
<p class="govuk-body">For example, what steps did you take following a significant issue that affected your workforce, such as a major Health & Safety incident?</p>
<p class="govuk-body">For example, what remedial steps did you take following a significant issue that affected your workforce, such as a major Health & Safety incident?</p>
)
words_max 200
end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -182,12 +182,12 @@ def development_step1
)
end

textarea :major_issues_overcome, "Please explain any major issues that you have overcome in recent years and the remedial steps you have taken." do
textarea :major_issues_overcome, "Please explain any major internal issues you have overcome in recent years and the remedial steps you have taken." do
ref "A 2.2"
classes "sub-question text-words-max"
required
context %(
<p class="govuk-body">For example, what steps did you take following a significant issue that affected your workforce, such as a major Health & Safety incident?</p>
<p class="govuk-body">For example, what remedial steps did you take following a significant issue that affected your workforce, such as a major Health & Safety incident?</p>
)
words_max 200
end
Expand Down

0 comments on commit 962e841

Please sign in to comment.