From 0ba12e86a08e297f59a88ae514577afcecf3fd68 Mon Sep 17 00:00:00 2001 From: Kat Date: Thu, 25 May 2023 14:44:13 +0100 Subject: [PATCH] Reorder resources list --- .../layouts/_collection_resources.html.erb | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/app/views/layouts/_collection_resources.html.erb b/app/views/layouts/_collection_resources.html.erb index 656442bf4..3952c2e29 100644 --- a/app/views/layouts/_collection_resources.html.erb +++ b/app/views/layouts/_collection_resources.html.erb @@ -26,6 +26,15 @@ }, ]) %> +

Sales 2023/24

+ <%= render DocumentListComponent.new(items: [ + { + name: "Sales log for buyers (2023/24)", + href: download_23_24_sales_form_path, + metadata: "PDF, 421 KB, 8 pages", + }, + ]) %> +

Lettings 2022/23

<%= render DocumentListComponent.new(items: [ { @@ -45,15 +54,6 @@ }, ]) %> -

Sales 2023/24

- <%= render DocumentListComponent.new(items: [ - { - name: "Sales log for buyers (2023/24)", - href: download_23_24_sales_form_path, - metadata: "PDF, 421 KB, 8 pages", - }, - ]) %> -

Sales 2022/23

<%= render DocumentListComponent.new(items: [ {