From 866db480cc5529cc18259a03313917fb45978e64 Mon Sep 17 00:00:00 2001 From: kosiakkatrina <54268893+kosiakkatrina@users.noreply.github.com> Date: Fri, 12 Jan 2024 10:11:06 +0000 Subject: [PATCH] CLDC-2590 Add about this service section (#2124) * Add about core section * Move about core to the correct spot on start page * Update content * Add some margins --- app/views/home/index.html.erb | 6 ++++-- app/views/layouts/_about_this_service.html.erb | 7 +++++++ app/views/start/index.html.erb | 11 ++++------- spec/requests/start_controller_spec.rb | 5 +++++ 4 files changed, 20 insertions(+), 9 deletions(-) create mode 100644 app/views/layouts/_about_this_service.html.erb diff --git a/app/views/home/index.html.erb b/app/views/home/index.html.erb index 87e058969..aa8f7135f 100644 --- a/app/views/home/index.html.erb +++ b/app/views/home/index.html.erb @@ -43,13 +43,15 @@
Submit social housing lettings and sales data (CORE) is a service that collects information about every new social housing letting and sale in England. The data you submit is used to make decisions about funding, regulations, and policies.
+<%= govuk_link_to "Learn more about statistics on social housing lettings (opens in a new tab)", "https://www.gov.uk/government/collections/rents-lettings-and-tenancies", target: "_blank" %>
diff --git a/app/views/start/index.html.erb b/app/views/start/index.html.erb index a726be277..79abb5df7 100644 --- a/app/views/start/index.html.erb +++ b/app/views/start/index.html.erb @@ -16,19 +16,16 @@ href: start_path, ) %> -Use your account details to sign in.
If you need to set up a new account, speak to your organisation’s CORE data coordinator. If you don’t know who that is, <%= govuk_link_to("contact the helpdesk", GlobalConstants::HELPDESK_URL) %>.
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 %>
-