diff --git a/app/components/bulk_upload_summary_component.html.erb b/app/components/bulk_upload_summary_component.html.erb index f89c3d9a7..9a418d099 100644 --- a/app/components/bulk_upload_summary_component.html.erb +++ b/app/components/bulk_upload_summary_component.html.erb @@ -13,9 +13,9 @@
Time of upload: <%= bulk_upload.created_at.to_formatted_s(:govuk_date_and_time) %>
- <%= download_file_link %> - <%= view_error_report_link %> - <%= view_logs_link %> + <%= download_file_link(controller, bulk_upload) %> + <%= view_error_report_link(bulk_upload) %> + <%= view_logs_link(bulk_upload) %>