From af8c655c1a9e74e5c67c73967113920fe5068639 Mon Sep 17 00:00:00 2001 From: Jack S Date: Wed, 24 May 2023 11:06:07 +0100 Subject: [PATCH] Update more templates --- app/views/bulk_upload_lettings_results/show.html.erb | 2 +- app/views/bulk_upload_lettings_results/summary.html.erb | 2 +- app/views/bulk_upload_lettings_resume/fix_choice.html.erb | 2 +- app/views/bulk_upload_sales_results/show.html.erb | 2 +- app/views/bulk_upload_sales_results/summary.html.erb | 2 +- app/views/bulk_upload_sales_resume/fix_choice.html.erb | 2 +- app/views/logs/index.html.erb | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/app/views/bulk_upload_lettings_results/show.html.erb b/app/views/bulk_upload_lettings_results/show.html.erb index 63c7d3241..d42ad40f9 100644 --- a/app/views/bulk_upload_lettings_results/show.html.erb +++ b/app/views/bulk_upload_lettings_results/show.html.erb @@ -7,7 +7,7 @@ Here’s a list of everything that you need to fix your spreadsheet. You can download the <%= govuk_link_to "specification", Forms::BulkUploadLettings::PrepareYourFile.new(year: @bulk_upload.year).specification_path, target: "_blank" %> to help you fix the cells in your CSV file. -

<%= @bulk_upload.filename %>

+

File: <%= @bulk_upload.filename %>

diff --git a/app/views/bulk_upload_lettings_results/summary.html.erb b/app/views/bulk_upload_lettings_results/summary.html.erb index 6f70f9800..d6a1127af 100644 --- a/app/views/bulk_upload_lettings_results/summary.html.erb +++ b/app/views/bulk_upload_lettings_results/summary.html.erb @@ -8,7 +8,7 @@

- Filename: <%= @bulk_upload.filename %> + File: <%= @bulk_upload.filename %>

diff --git a/app/views/bulk_upload_lettings_resume/fix_choice.html.erb b/app/views/bulk_upload_lettings_resume/fix_choice.html.erb index d887ec98e..05af0fd35 100644 --- a/app/views/bulk_upload_lettings_resume/fix_choice.html.erb +++ b/app/views/bulk_upload_lettings_resume/fix_choice.html.erb @@ -7,7 +7,7 @@

How would you like to fix <%= pluralize(@bulk_upload.bulk_upload_errors.count, "error") %>?

- <%= @bulk_upload.filename %> + File: <%= @bulk_upload.filename %>
diff --git a/app/views/bulk_upload_sales_results/show.html.erb b/app/views/bulk_upload_sales_results/show.html.erb index 24f84ebf6..fd77a5d75 100644 --- a/app/views/bulk_upload_sales_results/show.html.erb +++ b/app/views/bulk_upload_sales_results/show.html.erb @@ -7,7 +7,7 @@ Here’s a list of everything that you need to fix your spreadsheet. You can download the <%= govuk_link_to "specification", Forms::BulkUploadSales::PrepareYourFile.new(year: @bulk_upload.year).specification_path, target: "_blank" %> to help you fix the cells in your CSV file.
-

<%= @bulk_upload.filename %>

+

File: <%= @bulk_upload.filename %>

diff --git a/app/views/bulk_upload_sales_results/summary.html.erb b/app/views/bulk_upload_sales_results/summary.html.erb index fc872cb31..8fd6c22ed 100644 --- a/app/views/bulk_upload_sales_results/summary.html.erb +++ b/app/views/bulk_upload_sales_results/summary.html.erb @@ -8,7 +8,7 @@

- Filename: <%= @bulk_upload.filename %> + File: <%= @bulk_upload.filename %>

diff --git a/app/views/bulk_upload_sales_resume/fix_choice.html.erb b/app/views/bulk_upload_sales_resume/fix_choice.html.erb index ad4dce814..050eb4da2 100644 --- a/app/views/bulk_upload_sales_resume/fix_choice.html.erb +++ b/app/views/bulk_upload_sales_resume/fix_choice.html.erb @@ -7,7 +7,7 @@

How would you like to fix <%= pluralize(@bulk_upload.bulk_upload_errors.count, "error") %>?

- <%= @bulk_upload.filename %> + File: <%= @bulk_upload.filename %>
diff --git a/app/views/logs/index.html.erb b/app/views/logs/index.html.erb index 34b14fd1e..637d985fa 100644 --- a/app/views/logs/index.html.erb +++ b/app/views/logs/index.html.erb @@ -36,7 +36,7 @@

Bulk Upload details:
- <%= @bulk_upload.filename %>
+ File: <%= @bulk_upload.filename %>
Uploaded on <%= @bulk_upload.created_at.to_fs(:govuk_date_and_time) %>