From d773257a8d614c617aeb865a67cb5e9ed22fa0fa Mon Sep 17 00:00:00 2001 From: Kat Date: Mon, 17 Jul 2023 11:32:16 +0100 Subject: [PATCH] wip --- .../resume.html.erb | 17 ++++++++++------- .../chosen.html.erb | 4 ++-- .../bulk_upload_sales_results/resume.html.erb | 17 ++++++++++------- .../chosen.html.erb | 4 ++-- 4 files changed, 24 insertions(+), 18 deletions(-) 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 %> +
-

There are no more logs that need updating

-
-
+ Bulk upload for lettings (<%= @bulk_upload.year_combo %>) +

These logs are complete

-

- 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 @@
Bulk upload for lettings (<%= @bulk_upload.year_combo %>) -

These logs have been created

+

These logs are complete

-

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 %>
diff --git a/app/views/bulk_upload_sales_results/resume.html.erb b/app/views/bulk_upload_sales_results/resume.html.erb index f0e243f27..9fcc656ad 100644 --- a/app/views/bulk_upload_sales_results/resume.html.erb +++ b/app/views/bulk_upload_sales_results/resume.html.erb @@ -1,11 +1,14 @@ +<% content_for :before_content do %> + <%= govuk_back_link href: @form.back_path %> +<% end %> +
-

There are no more logs that need updating

-
-
+ Bulk upload for sales (<%= @bulk_upload.year_combo %>) +

These logs are complete

-

- 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 %> +
+ diff --git a/app/views/bulk_upload_sales_soft_validations_check/chosen.html.erb b/app/views/bulk_upload_sales_soft_validations_check/chosen.html.erb index 211f9c03c..9fcc656ad 100644 --- a/app/views/bulk_upload_sales_soft_validations_check/chosen.html.erb +++ b/app/views/bulk_upload_sales_soft_validations_check/chosen.html.erb @@ -5,9 +5,9 @@
Bulk upload for sales (<%= @bulk_upload.year_combo %>) -

These logs have been created

+

These logs are complete

-

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 %>