From 81a80235c656aa0b1f25619eea0e3dd496a689d6 Mon Sep 17 00:00:00 2001 From: kosiakkatrina <54268893+kosiakkatrina@users.noreply.github.com> Date: Mon, 24 Apr 2023 10:00:43 +0100 Subject: [PATCH] Improve typography for collection resources (#1582) Co-authored-by: Paul Robert Lloyd --- app/views/layouts/_collection_resources.html.erb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/app/views/layouts/_collection_resources.html.erb b/app/views/layouts/_collection_resources.html.erb index f583bd813..656442bf4 100644 --- a/app/views/layouts/_collection_resources.html.erb +++ b/app/views/layouts/_collection_resources.html.erb @@ -1,8 +1,8 @@
-

Collection resources

-

For lettings starting during 1 April 2023 - 31 March 2024 and sales completing during the same period, use the 23/24 forms.

+

Collection resources

+

For lettings starting during 1 April 2023 to 31 March 2024 and sales completing during the same period, use the 2023/24 forms.

-

Lettings 23/24

+

Lettings 2023/24

<%= render DocumentListComponent.new(items: [ { name: "Lettings log for tenants (2023/24)", @@ -10,7 +10,7 @@ metadata: "PDF, 278 KB, 8 pages", }, { - name: "Lettings bulk upload template (2023/24) *new question ordering*", + name: "Lettings bulk upload template (2023/24) – New question ordering", href: download_23_24_lettings_bulk_upload_template_path, metadata: "Microsoft Excel, 15 KB", }, @@ -26,7 +26,7 @@ }, ]) %> -

Lettings 22/23

+

Lettings 2022/23

<%= render DocumentListComponent.new(items: [ { name: "Lettings log for tenants (2022/23)", @@ -45,7 +45,7 @@ }, ]) %> -

Sales 23/24

+

Sales 2023/24

<%= render DocumentListComponent.new(items: [ { name: "Sales log for buyers (2023/24)", @@ -54,7 +54,7 @@ }, ]) %> -

Sales 22/23

+

Sales 2022/23

<%= render DocumentListComponent.new(items: [ { name: "Sales log for buyers (2022/23)",