|
|
|
|
@ -9,6 +9,8 @@
|
|
|
|
|
|
|
|
|
|
<div class="govuk-summary-card__content"> |
|
|
|
|
<% potential_errors, critical_errors = bulk_upload_errors.partition { |error| error.category == "soft_validation" } %> |
|
|
|
|
|
|
|
|
|
<% if critical_errors.any? %> |
|
|
|
|
<h2 class="govuk-heading-m">Critical errors</h2> |
|
|
|
|
<p class="govuk-body">These errors must be fixed to complete your logs.</p> |
|
|
|
|
<%= govuk_table do |table| %> |
|
|
|
|
@ -32,6 +34,7 @@
|
|
|
|
|
<% end %> |
|
|
|
|
<% end %> |
|
|
|
|
<% end %> |
|
|
|
|
<% end %> |
|
|
|
|
|
|
|
|
|
<% if potential_errors.any? %> |
|
|
|
|
<h2 class="govuk-heading-m">Potential errors</h2> |
|
|
|
|
|