Browse Source

CLDC-3128: Add owning org hint to finding scheme help text (#2156)

pull/2166/head
Rachael Booth 11 months ago committed by GitHub
parent
commit
f9a5553a43
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      app/views/form/guidance/_finding_scheme.erb

1
app/views/form/guidance/_finding_scheme.erb

@ -1,4 +1,5 @@
<%= govuk_details(summary_text: "Can’t find your scheme?") do %> <%= govuk_details(summary_text: "Can’t find your scheme?") do %>
<p class="govuk-body">Schemes are attached to the organisation that owns the property. Check you have correctly answered question 1 "Which organisation owns this property?"</p>
<p class="govuk-body">If your organisation’s schemes were migrated from old CORE, they may have new names and codes. Search by postcode to find your scheme.</p> <p class="govuk-body">If your organisation’s schemes were migrated from old CORE, they may have new names and codes. Search by postcode to find your scheme.</p>
<p class="govuk-body"><%= govuk_link_to("View your organisation’s schemes", schemes_path) %></p> <p class="govuk-body"><%= govuk_link_to("View your organisation’s schemes", schemes_path) %></p>
<p class="govuk-body"><%= govuk_link_to("Read more about how schemes have changed", scheme_changes_path) %></p> <p class="govuk-body"><%= govuk_link_to("Read more about how schemes have changed", scheme_changes_path) %></p>

Loading…
Cancel
Save