5 lines
386 B
5 lines
386 B
1 year ago
|
<%= govuk_details(summary_text: "What is a location?") do %>
|
||
|
<p class="govuk-body">A location is a postcode where supported housing is provided under a scheme. A scheme can have multiple locations, and a location can have multiple units at the same postcode.</p>
|
||
|
<p class="govuk-body"><%= govuk_link_to("Read more about schemes and locations", scheme_changes_path) %></p>
|
||
|
<% end %>
|