diff --git a/app/views/layouts/_collection_resources.html.erb b/app/views/layouts/_collection_resources.html.erb index ab7f2242e..0cfac27c1 100644 --- a/app/views/layouts/_collection_resources.html.erb +++ b/app/views/layouts/_collection_resources.html.erb @@ -1,5 +1,12 @@
Use the 2023 to 2024 forms for lettings that start and sales that complete between 1 April 2023 and 31 March 2024.
+<% if current_user %> ++ <%= govuk_link_to guidance_path do %> + Guidance for submitting social housing lettings and sales data (CORE) + <% end %> +
+<% end %> +Use the 2023 to 2024 forms for lettings that start and sales that complete between 1 April 2023 and 31 March 2024.
<%= govuk_tabs(title: "Monday’s child nursery rhyme") do |c| %> <% if FormHandler.instance.lettings_form_for_start_year(2023) && FormHandler.instance.lettings_form_for_start_year(2023).edit_end_date > Time.zone.today %> <% c.with_tab(label: "Lettings 2023/24") do %> diff --git a/app/views/start/index.html.erb b/app/views/start/index.html.erb index cb7b07a37..097d58d21 100644 --- a/app/views/start/index.html.erb +++ b/app/views/start/index.html.erb @@ -23,3 +23,10 @@<%= govuk_link_to guidance_path do %>Guidance for submitting social housing lettings and sales data (CORE)<% end %>
+ +