Skip to content

Commit

Permalink
Move other leadership roles into teaching
Browse files Browse the repository at this point in the history
  • Loading branch information
ddippolito committed May 23, 2024
1 parent 236889a commit 26edcfb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/views/home/_landing_page_links.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
- group.with_landing_page "headteacher-jobs"
- group.with_landing_page "sendco-jobs"
- group.with_landing_page "ect-suitable-jobs"
- group.with_landing_page "other-leadership-roles-jobs"
= landing_page_link_group title: t(".support_roles"), classes: "govuk-grid-column-one-third" do |group|
- group.with_landing_page "teaching-assistant-jobs"
- group.with_landing_page "higher-level-teaching-assistant-jobs"
Expand All @@ -19,7 +20,6 @@
- group.with_landing_page "catering-cleaning-site-management-jobs"
- group.with_landing_page "it-support-jobs"
- group.with_landing_page "pastoral-health-welfare-jobs"
- group.with_landing_page "other-leadership-roles-jobs"
- group.with_landing_page "other-support-roles-jobs"
= landing_page_link_group title: t(".education_phases"), classes: "govuk-grid-column-one-third" do |group|
= group.with_landing_page "nursery-jobs"
Expand Down
6 changes: 3 additions & 3 deletions config/landing_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ shared:
deputy-headteacher-jobs:
teaching_job_roles:
- deputy_headteacher
other-leadership-roles-jobs:
teaching_job_roles:
- other_leadership
ect-suitable-jobs:
ect_statuses:
- ect_suitable
Expand All @@ -62,9 +65,6 @@ shared:
pastoral-health-welfare-jobs:
support_job_roles:
- pastoral_health_and_welfare
other-leadership-roles-jobs:
support_job_roles:
- other_leadership
other-support-roles-jobs:
support_job_roles:
- other_support
Expand Down
2 changes: 1 addition & 1 deletion config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ en:
jobs_by_school_type_and_role: Jobs by type of school and role
jobs_by_subject: Teaching jobs by subject
working_patterns: Working patterns
teaching_roles: Teaching roles
teaching_roles: Teaching roles & leadership roles
support_roles: Support roles

search:
Expand Down

0 comments on commit 26edcfb

Please sign in to comment.