From 9d0241e57b496bbba301501598d67738e46f85c0 Mon Sep 17 00:00:00 2001 From: Kat Date: Thu, 27 Jun 2024 11:47:11 +0100 Subject: [PATCH] Add guidance to homepage --- app/views/layouts/_collection_resources.html.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/layouts/_collection_resources.html.erb b/app/views/layouts/_collection_resources.html.erb index bc0e07360..bf89f2ca0 100644 --- a/app/views/layouts/_collection_resources.html.erb +++ b/app/views/layouts/_collection_resources.html.erb @@ -1,6 +1,7 @@ <% if current_user %>

Collection resources

<%= govuk_link_to "Guidance for submitting social housing lettings and sales data (CORE)", guidance_path %>

+

<%= govuk_link_to "How to upload logs in bulk", bulk_upload_lettings_log_path(id: "guidance", form: { year: current_collection_start_year }) %>

<% else %>

Collection resources

<% end %>