From 9f842cb930a6faf1615ce3b638fc440cbd554b06 Mon Sep 17 00:00:00 2001 From: Carolyn Date: Thu, 27 Feb 2025 11:44:27 +0000 Subject: [PATCH] also update prep file page for lettings --- ...are_your_file_2024.html.erb => prepare_your_file.html.erb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename app/views/bulk_upload_lettings_logs/forms/{prepare_your_file_2024.html.erb => prepare_your_file.html.erb} (88%) diff --git a/app/views/bulk_upload_lettings_logs/forms/prepare_your_file_2024.html.erb b/app/views/bulk_upload_lettings_logs/forms/prepare_your_file.html.erb similarity index 88% rename from app/views/bulk_upload_lettings_logs/forms/prepare_your_file_2024.html.erb rename to app/views/bulk_upload_lettings_logs/forms/prepare_your_file.html.erb index ce873b6d7..887b81554 100644 --- a/app/views/bulk_upload_lettings_logs/forms/prepare_your_file_2024.html.erb +++ b/app/views/bulk_upload_lettings_logs/forms/prepare_your_file.html.erb @@ -14,7 +14,7 @@

Download template

-

<%= govuk_link_to "Download the lettings bulk upload template (2024 to 2025)", @form.template_path %>

+

<%= govuk_link_to "Download the lettings bulk upload template (#{@form.year_combo})", @form.template_path %>

There are 8 rows of content in the templates. These rows are called the ‘headers’. They contain the CORE form questions and guidance about which questions are required and how to format your answers.

Create your file

@@ -22,7 +22,7 @@ <%= govuk_list [ "Fill in the template with data from your housing management system. Your data should go below the headers, with one row per log. Leave column A blank - the bulk upload fields start in column B.", "Make sure each column of your data aligns with the matching headers above. You may need to reorder your data.", - "Use the #{govuk_link_to 'Lettings bulk upload Specification (2024 to 2025)', @form.specification_path} to check your data is in the correct format.".html_safe, + "Use the #{govuk_link_to "Lettings bulk upload Specification (#{@form.year_combo})", @form.specification_path} to check your data is in the correct format.".html_safe, "Username field: To assign a log to someone else, enter the email address they use to log into CORE.".html_safe, "If you have reordered the headers, keep the headers in the file.", ], type: :bullet %>