diff --git a/app/views/bulk_upload_lettings_results/resume.html.erb b/app/views/bulk_upload_lettings_results/resume.html.erb index a5af1bd9d..0487d1921 100644 --- a/app/views/bulk_upload_lettings_results/resume.html.erb +++ b/app/views/bulk_upload_lettings_results/resume.html.erb @@ -1,11 +1,14 @@ +<% content_for :before_content do %> + <%= govuk_back_link href: @form.back_path %> +<% end %> +
- You’ve completed all the logs that had errors from your bulk upload. -
+You have created logs from your bulk upload, and the logs are complete. Return to lettings logs to view them.
-<%= govuk_button_link_to "Back to all logs", lettings_logs_path, button: true %> + <%= govuk_button_link_to "Return to lettings logs", lettings_logs_path %> + + diff --git a/app/views/bulk_upload_lettings_soft_validations_check/chosen.html.erb b/app/views/bulk_upload_lettings_soft_validations_check/chosen.html.erb index 418387fc9..0487d1921 100644 --- a/app/views/bulk_upload_lettings_soft_validations_check/chosen.html.erb +++ b/app/views/bulk_upload_lettings_soft_validations_check/chosen.html.erb @@ -5,9 +5,9 @@You have created logs from your bulk upload. Return to lettings logs to view them.
+You have created logs from your bulk upload, and the logs are complete. Return to lettings logs to view them.
<%= govuk_button_link_to "Return to lettings logs", lettings_logs_path %>- You’ve completed all the logs that had errors from your bulk upload. -
+You have created logs from your bulk upload, and the logs are complete. Return to sales logs to view them.
-<%= govuk_button_link_to "Back to all logs", sales_logs_path, button: true %> + <%= govuk_button_link_to "Return to sales logs", sales_logs_path %> +You have created logs from your bulk upload. Return to sales logs to view them.
+You have created logs from your bulk upload, and the logs are complete. Return to sales logs to view them.
<%= govuk_button_link_to "Return to sales logs", sales_logs_path %>