Skip to content

Commit

Permalink
fix financial year presence validation for PO & SD applications
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamfall committed Aug 8, 2023
1 parent a911d9b commit 9a3f4d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
= "If you had growth in the last 3 years"
.govuk-grid-row
- (1..3).each do |y|
.govuk-grid-column-one-half.js-fy-entries class="#{'fy-latest' if y == 3} govuk-!-margin-bottom-4"
.govuk-grid-column-one-half.js-fy-entries.by-years-wrapper.show-question class="#{'fy-latest' if y == 3} govuk-!-margin-bottom-4"
span.js-year-end.show-default data-year="#{y}of3" data-year-diff="#{::Utils::Diff.calc(3, y)}"
label.js-year-default.govuk-label class="govuk-!-margin-bottom-0 govuk-!-margin-top-5"
= question.format_label(y)
Expand Down

0 comments on commit 9a3f4d8

Please sign in to comment.