From 3efb43c79909751849d26e42e61594b3cf72cc08 Mon Sep 17 00:00:00 2001 From: Kat Date: Mon, 15 May 2023 09:42:42 +0100 Subject: [PATCH] Fix path name --- app/mailers/bulk_upload_mailer.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/mailers/bulk_upload_mailer.rb b/app/mailers/bulk_upload_mailer.rb index 8ae455b53..e017e7c48 100644 --- a/app/mailers/bulk_upload_mailer.rb +++ b/app/mailers/bulk_upload_mailer.rb @@ -30,9 +30,9 @@ class BulkUploadMailer < NotifyMailer title = "Check your file data" description = "Some of your #{bulk_upload.year_combo} #{bulk_upload.log_type} data might not be right. Click the link below to review the potential errors, and check your file to see if the data is correct." cta_link = if bulk_upload.lettings? - bulk_upload_lettings_check_soft_validations_url(bulk_upload, page: "soft-errors-valid") + bulk_upload_lettings_soft_validations_check_url(bulk_upload, page: "soft-errors-valid") else - bulk_upload_sales_check_soft_validations_url(bulk_upload, page: "soft-errors-valid") + bulk_upload_sales_soft_validations_check_url(bulk_upload, page: "soft-errors-valid") end send_email(