|
|
|
@ -11,7 +11,6 @@ |
|
|
|
Lettings <%= text_year_range_format(year) %> |
|
|
|
Lettings <%= text_year_range_format(year) %> |
|
|
|
</h2> |
|
|
|
</h2> |
|
|
|
<%= render partial: "collection_resource_summary_list", locals: { mandatory_resources: } %> |
|
|
|
<%= render partial: "collection_resource_summary_list", locals: { mandatory_resources: } %> |
|
|
|
<hr class="govuk-section-break govuk-section-break--visible govuk-section-break--m"> |
|
|
|
|
|
|
|
<% end %> |
|
|
|
<% end %> |
|
|
|
|
|
|
|
|
|
|
|
<% @mandatory_sales_collection_resources_per_year.each do |year, mandatory_resources| %> |
|
|
|
<% @mandatory_sales_collection_resources_per_year.each do |year, mandatory_resources| %> |
|
|
|
@ -19,5 +18,4 @@ |
|
|
|
Sales <%= text_year_range_format(year) %> |
|
|
|
Sales <%= text_year_range_format(year) %> |
|
|
|
</h2> |
|
|
|
</h2> |
|
|
|
<%= render partial: "collection_resource_summary_list", locals: { mandatory_resources: } %> |
|
|
|
<%= render partial: "collection_resource_summary_list", locals: { mandatory_resources: } %> |
|
|
|
<hr class="govuk-section-break govuk-section-break--visible govuk-section-break--m"> |
|
|
|
|
|
|
|
<% end %> |
|
|
|
<% end %> |
|
|
|
|