Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Production < staging #3064

Merged
merged 2 commits into from
Aug 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 internal issues you have overcome in recent years and the remedial steps you have taken." do
textarea :major_issues_overcome, "Please explain any major 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 remedial 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 or decision that affected your workforce, customers or clients, or supply chain, 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 internal issues you have overcome in recent years and the remedial steps you have taken." do
textarea :major_issues_overcome, "Please explain any major 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 remedial 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 or decision that affected your workforce, customers or clients, or supply chain, 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 internal issues you have overcome in recent years and the remedial steps you have taken." do
textarea :major_issues_overcome, "Please explain any major 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 remedial 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 or decision that affected your workforce, customers or clients, or supply chain, 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 internal issues you have overcome in recent years and the remedial steps you have taken." do
textarea :major_issues_overcome, "Please explain any major 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 remedial 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 or decision that affected your workforce, customers or clients, or supply chain, such as a major Health & Safety incident?</p>
)
words_max 200
end
Expand Down
Loading