Skip to content

Commit 87554da

Browse files
authored
Merge pull request #2616 from DFE-Digital/revert-2607-AQTS-795-issue-when-looking-up-approved-providers-for-english-language-certificate
Revert "[AQTS-795] Update the approved providers link for english language certificate"
2 parents 7a48283 + 2b65be4 commit 87554da

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

app/views/assessor_interface/assessment_sections/_english_language_provider_details.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</p>
1515

1616
<p class="govuk-body">
17-
<%= govuk_link_to "Approved providers", "https://find-a-qualification.services.ofqual.gov.uk/qualifications?title=ESOL", new_tab: true %>
17+
<%= govuk_link_to "Approved providers", "https://register.ofqual.gov.uk/Search?category=Qualifications&query=ESOl", new_tab: true %>
1818
</p>
1919
<% end %>
2020
<% end %>

app/views/shared/_english_language_approved_providers.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<p class="govuk-body">
1111
See the list of <%= govuk_link_to "approved providers (opens in new tab)",
12-
reduced_evidence_accepted ? "https://find-a-qualification.services.ofqual.gov.uk/qualifications?title=ESOL" : english_language_guidance_path,
12+
reduced_evidence_accepted ? "https://register.ofqual.gov.uk/Search?category=Qualifications&query=ESOl" : english_language_guidance_path,
1313
new_tab: true %>.
1414
</p>
1515
<% end %>

app/views/shared/eligible_region_content_components/_english_language.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<p class="govuk-body">The test must be awarded within the last 2 years before the date of your application.</p>
4444

4545
<% if region.reduced_evidence_accepted %>
46-
<p class="govuk-body">Find an <a href="https://find-a-qualification.services.ofqual.gov.uk/qualifications?title=ESOL" class="govuk-link">approved provider</a> if you need to get an English language certificate.</p>
46+
<p class="govuk-body">Find an <a href="https://register.ofqual.gov.uk/Search?category=Qualifications&query=ESOl" class="govuk-link">approved provider</a> if you need to get an English language certificate.</p>
4747
<% else %>
4848
<p class="govuk-body">Find an <%= govuk_link_to "approved provider", english_language_guidance_path %> if you need to get an English language certificate.</p>
4949
<% end %>

0 commit comments

Comments
 (0)