Browse Source

Remove schemes update link (#3019)

pull/3024/head
kosiakkatrina 3 weeks ago committed by GitHub
parent
commit
1e9700bbf2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      app/views/form/guidance/_finding_scheme.erb
  2. 1
      config/locales/forms/2025/lettings/guidance.en.yml

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

@ -2,6 +2,8 @@
<%= govuk_details(summary_text: I18n.t("forms.#{@log.form.start_date.year}.lettings.guidance.finding_scheme.title")) do %>
<%= I18n.t("forms.#{@log.form.start_date.year}.lettings.guidance.finding_scheme.content").html_safe %>
<p><%= govuk_link_to(I18n.t("forms.#{@log.form.start_date.year}.lettings.guidance.finding_scheme.view_schemes_link_text"), clear_filters_url(filter_type: "schemes")) %></p>
<p><%= govuk_link_to(I18n.t("forms.#{@log.form.start_date.year}.lettings.guidance.finding_scheme.scheme_changes_link_text"), scheme_changes_path) %></p>
<% if I18n.exists?("forms.#{@log.form.start_date.year}.lettings.guidance.finding_scheme.scheme_changes_link_text") %>
<p><%= govuk_link_to(I18n.t("forms.#{@log.form.start_date.year}.lettings.guidance.finding_scheme.scheme_changes_link_text"), scheme_changes_path) %></p>
<% end %>
<% end %>
</div>

1
config/locales/forms/2025/lettings/guidance.en.yml

@ -12,7 +12,6 @@ en:
title: "Can’t find your scheme?"
content: "<p>Schemes are attached to the organisation that owns the property. Check you have correctly answered question 1 \"Which organisation owns this property?\"</p>
<p>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>"
scheme_changes_link_text: "Read more about how schemes have changed"
view_schemes_link_text: "View your organisation’s schemes"
privacy_notice_tenant:

Loading…
Cancel
Save