5 changed files with 11 additions and 11 deletions
@ -1,7 +0,0 @@ |
|||||||
<% if current_user.present? %> |
|
||||||
<h1 class="govuk-heading-l govuk-!-width-two-thirds">About CORE</h1> |
|
||||||
<% else %> |
|
||||||
<h2 class="govuk-heading-m govuk-!-width-two-thirds">About CORE</h2> |
|
||||||
<% end %> |
|
||||||
<p class="govuk-body">CORE (COntinuous REcording of Lettings and Sales in Social Housing in England) 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.</p> |
|
||||||
<p class="govuk-body"><%= 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" %></p> |
|
||||||
@ -0,0 +1,7 @@ |
|||||||
|
<% if current_user.present? %> |
||||||
|
<h1 class="govuk-heading-l govuk-!-width-two-thirds">About this service</h1> |
||||||
|
<% else %> |
||||||
|
<h2 class="govuk-heading-m govuk-!-width-two-thirds">About this service</h2> |
||||||
|
<% end %> |
||||||
|
<p class="govuk-body">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.</p> |
||||||
|
<p class="govuk-body"><%= 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" %></p> |
||||||
Loading…
Reference in new issue