Browse Source

Update title

pull/2120/head
Kat 2 years ago
parent
commit
39fbb42149
  1. 2
      app/views/layouts/_collection_resources.html.erb

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

@ -5,7 +5,7 @@
<h2 class="govuk-heading-m">Collection resources</h2>
<% end %>
<p class="govuk-body">Use the 2023 to 2024 forms for lettings that start and sales that complete between 1 April 2023 and 31 March 2024.</p>
<%= govuk_tabs(title: "Monday’s child nursery rhyme") do |c| %>
<%= govuk_tabs(title: "Collection resources") 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 %>
<%= render DocumentListComponent.new(items: [

Loading…
Cancel
Save