Skip to content

Commit 0c936b5

Browse files
authored
Merge pull request #2836 from DFE-Digital/AQTS-1135-dev-england-work-experience-role-guidance-links-to-open-in-a-new-tab-for-applicants
[AQTS-1135] Opening links for role and setting guidance for prioritisations in a new tab
2 parents 5594751 + 620e3e6 commit 0c936b5

File tree

5 files changed

+20
-20
lines changed

5 files changed

+20
-20
lines changed

app/views/assessor_interface/prioritisation_work_history_checks/edit.html.erb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@
6363
<ul class="govuk-list govuk-list--bullet">
6464
<li>a teacher, supply teacher, cover supervisor or teaching assistant in a <%= govuk_link_to('state school', 'https://get-information-schools.service.gov.uk/Search?SelectedTab=Establishments', new_tab: true) %></li>
6565
<li>a teacher or supply teacher in an <%= govuk_link_to('independent school', 'https://get-information-schools.service.gov.uk/Search?SelectedTab=Establishments', new_tab: true) %></li>
66-
<li>a teacher, tutor or lecturer in an <%= govuk_link_to('Ofsted registered Further Education and Skills setting', 'https://reports.ofsted.gov.uk/search?latest_report_date_end=&latest_report_date_start=&level_1_types=1&level_2_types=3&location=&q=&radius=&status%5B%5D=1&status%5B%5D=4', new_tab: true) %> (for example, a college)</li>
67-
<li>a lecturer or tutor in an <%= govuk_link_to('English Higher Education provider registered with the Office for Students', 'https://www.officeforstudents.org.uk/for-providers/regulatory-resources/the-ofs-register/?#/', new_tab: true) %> (for example, a university)</li>
68-
<li>a teacher in an <%= govuk_link_to('Ofsted registered Early Years setting', 'https://reports.ofsted.gov.uk/search?q=&location=&radius=&level_1_types=2&latest_report_date_start=&latest_report_date_end=&status%5B%5D=1&status%5B%5D=4', new_tab: true) %> (for example, a nursery)</li>
66+
<li>a teacher, tutor or lecturer in an <%= govuk_link_to('Ofsted registered Further Education and Skills setting', 'https://reports.ofsted.gov.uk/search?latest_report_date_end=&latest_report_date_start=&level_1_types=1&level_2_types=3&location=&q=&radius=&status%5B%5D=1&status%5B%5D=4', new_tab: true) %>, for example, a college</li>
67+
<li>a lecturer or tutor in an <%= govuk_link_to('English Higher Education provider registered with the Office for Students', 'https://www.officeforstudents.org.uk/for-providers/regulatory-resources/the-ofs-register/?#/', new_tab: true) %>, for example, a university</li>
68+
<li>a teacher in an <%= govuk_link_to('Ofsted registered Early Years setting', 'https://reports.ofsted.gov.uk/search?q=&location=&radius=&level_1_types=2&latest_report_date_start=&latest_report_date_end=&status%5B%5D=1&status%5B%5D=4', new_tab: true) %>, for example, a nursery</li>
6969
</ul>
7070
<% end %>
7171

app/views/eligibility_interface/work_experience_in_england/new.html.erb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
<br /><br />
66
We will only consider the following settings and roles worked in England within the last 12 months:
77
<ul class='govuk-list govuk-list--bullet govuk-hint'>
8-
<li>a teacher, supply teacher, cover supervisor or teaching assistant in a #{govuk_link_to('state school', 'https://get-information-schools.service.gov.uk/Search?SelectedTab=Establishments')}</li>
9-
<li>a teacher or supply teacher in an #{govuk_link_to('independent school', 'https://get-information-schools.service.gov.uk/Search?SelectedTab=Establishments')}</li>
10-
<li>a teacher, tutor or lecturer in an #{govuk_link_to('Ofsted registered Further Education and Skills setting', 'https://reports.ofsted.gov.uk/search?latest_report_date_end=&latest_report_date_start=&level_1_types=1&level_2_types=3&location=&q=&radius=&status%5B%5D=1&status%5B%5D=4')} (for example, a college)</li>
11-
<li>a lecturer or tutor in an #{govuk_link_to('English Higher Education provider registered with the Office for Students', 'https://www.officeforstudents.org.uk/for-providers/regulatory-resources/the-ofs-register/?#/')} (for example, a university)</li>
12-
<li>a teacher in an #{govuk_link_to('Ofsted registered Early Years setting', 'https://reports.ofsted.gov.uk/search?q=&location=&radius=&level_1_types=2&latest_report_date_start=&latest_report_date_end=&status%5B%5D=1&status%5B%5D=4')} (for example, a nursery)</li>
8+
<li>a teacher, supply teacher, cover supervisor or teaching assistant in a #{govuk_link_to('state school', 'https://get-information-schools.service.gov.uk/Search?SelectedTab=Establishments', new_tab: true)}</li>
9+
<li>a teacher or supply teacher in an #{govuk_link_to('independent school', 'https://get-information-schools.service.gov.uk/Search?SelectedTab=Establishments', new_tab: true)}</li>
10+
<li>a teacher, tutor or lecturer in an #{govuk_link_to('Ofsted registered Further Education and Skills setting', 'https://reports.ofsted.gov.uk/search?latest_report_date_end=&latest_report_date_start=&level_1_types=1&level_2_types=3&location=&q=&radius=&status%5B%5D=1&status%5B%5D=4', new_tab: true)}, for example, a college</li>
11+
<li>a lecturer or tutor in an #{govuk_link_to('English Higher Education provider registered with the Office for Students', 'https://www.officeforstudents.org.uk/for-providers/regulatory-resources/the-ofs-register/?#/', new_tab: true)}, for example, a university</li>
12+
<li>a teacher in an #{govuk_link_to('Ofsted registered Early Years setting', 'https://reports.ofsted.gov.uk/search?q=&location=&radius=&level_1_types=2&latest_report_date_start=&latest_report_date_end=&status%5B%5D=1&status%5B%5D=4', new_tab: true)}, for example, a nursery</li>
1313
</ul>
1414
".html_safe
1515
%>

app/views/teacher_interface/other_england_work_histories/_school_form.html.erb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
<p class="govuk-body">We will consider the following settings and roles worked in England within the last 12 months:</p>
1515

1616
<ul class="govuk-list govuk-list--bullet">
17-
<li>a cover supervisor or teaching assistant in a <%= govuk_link_to('state school', 'https://get-information-schools.service.gov.uk/Search?SelectedTab=Establishments') %></li>
18-
<li>a teacher, tutor or lecturer in an <%= govuk_link_to('Ofsted registered Further Education and Skills setting', 'https://reports.ofsted.gov.uk/search?latest_report_date_end=&latest_report_date_start=&level_1_types=1&level_2_types=3&location=&q=&radius=&status%5B%5D=1&status%5B%5D=4') %> (for example, a college)</li>
19-
<li>a lecturer or tutor in an <%= govuk_link_to('English Higher Education provider registered with the Office for Students', 'https://www.officeforstudents.org.uk/for-providers/regulatory-resources/the-ofs-register/?#/') %> (for example, a university)</li>
20-
<li>a teacher in an <%= govuk_link_to('Ofsted registered Early Years setting', 'https://reports.ofsted.gov.uk/search?q=&location=&radius=&level_1_types=2&latest_report_date_start=&latest_report_date_end=&status%5B%5D=1&status%5B%5D=4') %> (for example, a nursery)</li>
17+
<li>a cover supervisor or teaching assistant in a <%= govuk_link_to('state school', 'https://get-information-schools.service.gov.uk/Search?SelectedTab=Establishments', new_tab: true) %></li>
18+
<li>a teacher, tutor or lecturer in an <%= govuk_link_to('Ofsted registered Further Education and Skills setting', 'https://reports.ofsted.gov.uk/search?latest_report_date_end=&latest_report_date_start=&level_1_types=1&level_2_types=3&location=&q=&radius=&status%5B%5D=1&status%5B%5D=4', new_tab: true) %>, for example, a college</li>
19+
<li>a lecturer or tutor in an <%= govuk_link_to('English Higher Education provider registered with the Office for Students', 'https://www.officeforstudents.org.uk/for-providers/regulatory-resources/the-ofs-register/?#/', new_tab: true) %>, for example, a university</li>
20+
<li>a teacher in an <%= govuk_link_to('Ofsted registered Early Years setting', 'https://reports.ofsted.gov.uk/search?q=&location=&radius=&level_1_types=2&latest_report_date_start=&latest_report_date_end=&status%5B%5D=1&status%5B%5D=4', new_tab: true) %>, for example, a nursery</li>
2121
</ul>
2222

2323
<%= govuk_warning_text(text: "You will need to provide references to confirm your work experience in England before your application is prioritised. If we cannot confirm your experience, your application will not be prioritised.") %>

app/views/teacher_interface/other_england_work_histories/add_another.html.erb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
<br /><br />
1313
We will consider the following settings and roles worked in England within the last 12 months:
1414
<ul class='govuk-list govuk-list--bullet govuk-hint'>
15-
<li>a cover supervisor or teaching assistant in a #{govuk_link_to('state school', 'https://get-information-schools.service.gov.uk/Search?SelectedTab=Establishments')}</li>
16-
<li>a teacher, tutor or lecturer in an #{govuk_link_to('Ofsted registered Further Education and Skills setting', 'https://reports.ofsted.gov.uk/search?latest_report_date_end=&latest_report_date_start=&level_1_types=1&level_2_types=3&location=&q=&radius=&status%5B%5D=1&status%5B%5D=4')} (for example, a college)</li>
17-
<li>a lecturer or tutor in an #{govuk_link_to('English Higher Education provider registered with the Office for Students', 'https://www.officeforstudents.org.uk/for-providers/regulatory-resources/the-ofs-register/?#/')} (for example, a university)</li>
18-
<li>a teacher in an #{govuk_link_to('Ofsted registered Early Years setting', 'https://reports.ofsted.gov.uk/search?q=&location=&radius=&level_1_types=2&latest_report_date_start=&latest_report_date_end=&status%5B%5D=1&status%5B%5D=4')} (for example, a nursery)</li>
15+
<li>a cover supervisor or teaching assistant in a #{govuk_link_to('state school', 'https://get-information-schools.service.gov.uk/Search?SelectedTab=Establishments', new_tab: true)}</li>
16+
<li>a teacher, tutor or lecturer in an #{govuk_link_to('Ofsted registered Further Education and Skills setting', 'https://reports.ofsted.gov.uk/search?latest_report_date_end=&latest_report_date_start=&level_1_types=1&level_2_types=3&location=&q=&radius=&status%5B%5D=1&status%5B%5D=4', new_tab: true)}, for example, a college</li>
17+
<li>a lecturer or tutor in an #{govuk_link_to('English Higher Education provider registered with the Office for Students', 'https://www.officeforstudents.org.uk/for-providers/regulatory-resources/the-ofs-register/?#/', new_tab: true)}, for example, a university</li>
18+
<li>a teacher in an #{govuk_link_to('Ofsted registered Early Years setting', 'https://reports.ofsted.gov.uk/search?q=&location=&radius=&level_1_types=2&latest_report_date_start=&latest_report_date_end=&status%5B%5D=1&status%5B%5D=4', new_tab: true)}, for example, a nursery</li>
1919
</ul>
2020
This work experience will only be used to confirm whether your application can be prioritised. It will not be added to the calculation of your teaching work history.
2121
".html_safe

app/views/teacher_interface/other_england_work_histories/edit_meets_criteria.html.erb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
<br /><br />
1313
We will also consider the following settings and roles worked in England within the last 12 months:
1414
<ul class='govuk-list govuk-list--bullet govuk-hint'>
15-
<li>a cover supervisor or teaching assistant in a #{govuk_link_to('state school', 'https://get-information-schools.service.gov.uk/Search?SelectedTab=Establishments')}</li>
16-
<li>a teacher, tutor or lecturer in an #{govuk_link_to('Ofsted registered Further Education and Skills setting', 'https://reports.ofsted.gov.uk/search?latest_report_date_end=&latest_report_date_start=&level_1_types=1&level_2_types=3&location=&q=&radius=&status%5B%5D=1&status%5B%5D=4')} (for example, a college)</li>
17-
<li>a lecturer or tutor in an #{govuk_link_to('English Higher Education provider registered with the Office for Students', 'https://www.officeforstudents.org.uk/for-providers/regulatory-resources/the-ofs-register/?#/')} (for example, a university)</li>
18-
<li>a teacher in an #{govuk_link_to('Ofsted registered Early Years setting', 'https://reports.ofsted.gov.uk/search?q=&location=&radius=&level_1_types=2&latest_report_date_start=&latest_report_date_end=&status%5B%5D=1&status%5B%5D=4')} (for example, a nursery)</li>
15+
<li>a cover supervisor or teaching assistant in a #{govuk_link_to('state school', 'https://get-information-schools.service.gov.uk/Search?SelectedTab=Establishments', new_tab: true)}</li>
16+
<li>a teacher, tutor or lecturer in an #{govuk_link_to('Ofsted registered Further Education and Skills setting', 'https://reports.ofsted.gov.uk/search?latest_report_date_end=&latest_report_date_start=&level_1_types=1&level_2_types=3&location=&q=&radius=&status%5B%5D=1&status%5B%5D=4', new_tab: true)}, for example, a college</li>
17+
<li>a lecturer or tutor in an #{govuk_link_to('English Higher Education provider registered with the Office for Students', 'https://www.officeforstudents.org.uk/for-providers/regulatory-resources/the-ofs-register/?#/', new_tab: true)}, for example, a university</li>
18+
<li>a teacher in an #{govuk_link_to('Ofsted registered Early Years setting', 'https://reports.ofsted.gov.uk/search?q=&location=&radius=&level_1_types=2&latest_report_date_start=&latest_report_date_end=&status%5B%5D=1&status%5B%5D=4', new_tab: true)}, for example, a nursery</li>
1919
</ul>
2020
This work experience will only be used to confirm whether your application can be prioritised. It will not be added to the calculation of your teaching work history.
2121
<br /><br />

0 commit comments

Comments
 (0)