Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</p>

<p class="govuk-body">
<%= govuk_link_to "Approved providers", "https://register.ofqual.gov.uk/Search?category=Qualifications&query=ESOl", new_tab: true %>
<%= govuk_link_to "Approved providers", "https://find-a-qualification.services.ofqual.gov.uk/qualifications?title=ESOL", new_tab: true %>
</p>
<% end %>
<% end %>
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<p class="govuk-body">
See the list of <%= govuk_link_to "approved providers (opens in new tab)",
reduced_evidence_accepted ? "https://register.ofqual.gov.uk/Search?category=Qualifications&query=ESOl" : english_language_guidance_path,
reduced_evidence_accepted ? "https://find-a-qualification.services.ofqual.gov.uk/qualifications?title=ESOL" : english_language_guidance_path,
new_tab: true %>.
</p>
<% end %>
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<p class="govuk-body">The test must be awarded within the last 2 years before the date of your application.</p>

<% if region.reduced_evidence_accepted %>
<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>
<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>
<% else %>
<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>
<% end %>
Expand Down
Loading