Browse Source

Improve typography for collection resources (#1582)

Co-authored-by: Paul Robert Lloyd <paulrobertlloyd@users.noreply.github.com>
pull/1586/head
kosiakkatrina 2 years ago committed by GitHub
parent
commit
81a80235c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 14
      app/views/layouts/_collection_resources.html.erb

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

@ -1,8 +1,8 @@
<div class="app-card"> <div class="app-card">
<p class="govuk-body-l govuk-!-margin-bottom-3">Collection resources</p> <h2 class="govuk-heading-m">Collection resources</h2>
<p class="govuk-body govuk-!-margin-bottom-6">For lettings starting during 1 April 2023 - 31 March 2024 and sales completing during the same period, use the 23/24 forms.</p> <p class="govuk-body-s">For lettings starting during 1 April 2023 to 31 March 2024 and sales completing during the same period, use the 2023/24 forms.</p>
<h2 class="govuk-body-l govuk-!-margin-bottom-3">Lettings 23/24</h2> <h3 class="govuk-heading-s">Lettings 2023/24</h3>
<%= render DocumentListComponent.new(items: [ <%= render DocumentListComponent.new(items: [
{ {
name: "Lettings log for tenants (2023/24)", name: "Lettings log for tenants (2023/24)",
@ -10,7 +10,7 @@
metadata: "PDF, 278 KB, 8 pages", 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, href: download_23_24_lettings_bulk_upload_template_path,
metadata: "Microsoft Excel, 15 KB", metadata: "Microsoft Excel, 15 KB",
}, },
@ -26,7 +26,7 @@
}, },
]) %> ]) %>
<h2 class="govuk-body-l govuk-!-margin-bottom-3">Lettings 22/23</h2> <h3 class="govuk-heading-s">Lettings 2022/23</h3>
<%= render DocumentListComponent.new(items: [ <%= render DocumentListComponent.new(items: [
{ {
name: "Lettings log for tenants (2022/23)", name: "Lettings log for tenants (2022/23)",
@ -45,7 +45,7 @@
}, },
]) %> ]) %>
<h2 class="govuk-body-l govuk-!-margin-bottom-3">Sales 23/24</h2> <h3 class="govuk-heading-s">Sales 2023/24</h3>
<%= render DocumentListComponent.new(items: [ <%= render DocumentListComponent.new(items: [
{ {
name: "Sales log for buyers (2023/24)", name: "Sales log for buyers (2023/24)",
@ -54,7 +54,7 @@
}, },
]) %> ]) %>
<h2 class="govuk-body-l govuk-!-margin-bottom-3">Sales 22/23</h2> <h3 class="govuk-heading-s">Sales 2022/23</h3>
<%= render DocumentListComponent.new(items: [ <%= render DocumentListComponent.new(items: [
{ {
name: "Sales log for buyers (2022/23)", name: "Sales log for buyers (2022/23)",

Loading…
Cancel
Save