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