From f04964a1115e95259130076bba349d354fc363c1 Mon Sep 17 00:00:00 2001 From: Manny Dinssa <44172848+Dinssa@users.noreply.github.com> Date: Wed, 25 Sep 2024 11:59:18 +0100 Subject: [PATCH] Change links --- .../bulk_upload_summary_component.html.erb | 6 +-- .../bulk_upload_summary_component.rb | 45 +++++-------------- 2 files changed, 13 insertions(+), 38 deletions(-) diff --git a/app/components/bulk_upload_summary_component.html.erb b/app/components/bulk_upload_summary_component.html.erb index e2dbddfde..24a81111b 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(controller, bulk_upload) %> - <%= view_error_report_link(controller, bulk_upload) %> - <%= view_logs_link(controller, bulk_upload) %> + <%= download_file_link(bulk_upload) %> + <%= view_error_report_link(bulk_upload) %> + <%= view_logs_link(bulk_upload) %>