|
|
|
@ -56,7 +56,7 @@ |
|
|
|
<% row.with_cell(text: error.cell) %> |
|
|
|
<% row.with_cell(text: error.cell) %> |
|
|
|
<% row.with_cell(text: question_for_field(error.field)) %> |
|
|
|
<% row.with_cell(text: question_for_field(error.field)) %> |
|
|
|
<% if index == 0 %> |
|
|
|
<% if index == 0 %> |
|
|
|
<% row.with_cell(text: error_message, rowspan: errors.size, html_attributes: { class: "govuk-!-font-weight-bold bulk-upload-error-message" }) %> |
|
|
|
<% row.with_cell(text: error_message, rowspan: errors.size, html_attributes: { class: "govuk-!-font-weight-bold grouped-multirow-cell" }) %> |
|
|
|
<% end %> |
|
|
|
<% end %> |
|
|
|
<% row.with_cell(text: error.field.humanize) %> |
|
|
|
<% row.with_cell(text: error.field.humanize) %> |
|
|
|
<% end %> |
|
|
|
<% end %> |
|
|
|
|