Skip to content

Commit

Permalink
updating logic for extra cookies
Browse files Browse the repository at this point in the history
  • Loading branch information
EllieNodder authored Oct 23, 2024
1 parent 75ef36c commit b20991a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
th.govuk-table__header = t("header.name", scope:)
th.govuk-table__header = t("header.purpose", scope:)
th.govuk-table__header = t("header.expires", scope:)
- %w[first second third fourth fifth sixth seventh eighth ninth tenth eleventh twelfth thirteenth fourteenth fifteenth sixteenth seventeenth eighteenth nineteenth].each do |row|
- %w[first second third fourth fifth sixth seventh eighth ninth tenth eleventh twelfth thirteenth fourteenth fifteenth sixteenth seventeenth eighteenth nineteenth twentieth twentyfirst twentysecond twentythird].each do |row|
tr.govuk-table__row
td.govuk-table__cell = t("#{row}.name", scope:)
td.govuk-table__cell = t("#{row}.purpose", scope:)
Expand Down

0 comments on commit b20991a

Please sign in to comment.