Browse Source

Add file in front of filename

pull/1662/head
Jack S 3 years ago
parent
commit
597db627cf
  1. 2
      app/views/bulk_upload_lettings_soft_validations_check/confirm_soft_errors.html.erb
  2. 2
      app/views/bulk_upload_sales_soft_validations_check/confirm_soft_errors.html.erb

2
app/views/bulk_upload_lettings_soft_validations_check/confirm_soft_errors.html.erb

@ -9,7 +9,7 @@
<p class="govuk-body-l">Some data from your bulk upload might not be right. Check your file for any errors in the fields below.</p>
<p class="govuk-body">
<%= @bulk_upload.filename %>
File: <%= @bulk_upload.filename %>
</p>
</div>

2
app/views/bulk_upload_sales_soft_validations_check/confirm_soft_errors.html.erb

@ -9,7 +9,7 @@
<p class="govuk-body-l">Some data from your bulk upload might not be right. Check your file for any errors in the fields below.</p>
<p class="govuk-body">
<%= @bulk_upload.filename %>
File: <%= @bulk_upload.filename %>
</p>
</div>

Loading…
Cancel
Save