From 8b5209713a61c46d82922b4b1bda1d28a9fe456e Mon Sep 17 00:00:00 2001 From: Kat Date: Thu, 11 Jan 2024 11:27:47 +0000 Subject: [PATCH] Move about core to the correct spot on start page --- app/views/start/index.html.erb | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/app/views/start/index.html.erb b/app/views/start/index.html.erb index 47d9de516..9b1cd94ff 100644 --- a/app/views/start/index.html.erb +++ b/app/views/start/index.html.erb @@ -24,13 +24,8 @@

You can <%= govuk_mail_to("dluhc.digital-services@levellingup.gov.uk", "request an account", subject: "CORE: Request a new account") %> if your organisation doesn’t have one.

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


- <%= render partial: "layouts/about_core" %> -
- - - -
-
<%= render partial: "layouts/collection_resources" %> +
+ <%= render partial: "layouts/about_core" %>