Browse Source

Reorder resources list

pull/1671/head
Kat 3 years ago
parent
commit
0ba12e86a0
  1. 18
      app/views/layouts/_collection_resources.html.erb

18
app/views/layouts/_collection_resources.html.erb

@ -26,6 +26,15 @@
}, },
]) %> ]) %>
<h3 class="govuk-heading-s">Sales 2023/24</h3>
<%= render DocumentListComponent.new(items: [
{
name: "Sales log for buyers (2023/24)",
href: download_23_24_sales_form_path,
metadata: "PDF, 421 KB, 8 pages",
},
]) %>
<h3 class="govuk-heading-s">Lettings 2022/23</h3> <h3 class="govuk-heading-s">Lettings 2022/23</h3>
<%= render DocumentListComponent.new(items: [ <%= render DocumentListComponent.new(items: [
{ {
@ -45,15 +54,6 @@
}, },
]) %> ]) %>
<h3 class="govuk-heading-s">Sales 2023/24</h3>
<%= render DocumentListComponent.new(items: [
{
name: "Sales log for buyers (2023/24)",
href: download_23_24_sales_form_path,
metadata: "PDF, 421 KB, 8 pages",
},
]) %>
<h3 class="govuk-heading-s">Sales 2022/23</h3> <h3 class="govuk-heading-s">Sales 2022/23</h3>
<%= render DocumentListComponent.new(items: [ <%= render DocumentListComponent.new(items: [
{ {

Loading…
Cancel
Save