Skip to content

Commit c6d600e

Browse files
Merge pull request #2342 from NCCE/2972-computing-clusters-copy-changes
Removing computer cluster text
2 parents 7866c74 + 8e15cff commit c6d600e

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

app/views/pages/_computing_quality_framework.html.erb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616
target: "_blank" %>
1717
</li>
1818
</ul>
19-
<p class="govuk-body card__text">
20-
You can also join a <%= link_to 'Computing Cluster', cms_page_path("computing-clusters") %> to work collaboratively with other schools to improve your computing provision.
21-
</p>
2219
<p class="govuk-body govuk-!-margin-bottom-0">
2320
<%= link_to 'Register now', 'https://computingqualityframework.org/',
2421
class: 'button govuk-button computing-quality-framework__button',

app/views/pages/secondary-toolkit.html.erb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@
3737
class_name: 'bordered-card--toolkit',
3838
title: t('.intro.cards.assess.title'),
3939
text: t('.intro.cards.assess.text.html',
40-
cqf_link: link_to("Computing Quality Framework", computing_quality_framework_url),
41-
cluster_link: link_to("Computing Cluster", cms_page_path("computing-clusters"))),
40+
cqf_link: link_to("Computing Quality Framework", computing_quality_framework_url))
4241
}
4342
]
4443
) %>

config/locales/views/pages/secondary-toolkit/en.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ en:
1818
assess:
1919
title: "Assess your school’s computing provision"
2020
text:
21-
html: "Self-evaluation is the first step to improvement. The %{cqf_link} helps you identify strengths and weaknesses in your computing curriculum and set actionable goals towards achieving our accredited Computing Quality Mark.<br /><br />You can also join a %{cluster_link} to work collaboratively with other schools to improve your computing provision."
21+
html: "Self-evaluation is the first step to improvement. The %{cqf_link} helps you identify strengths and weaknesses in your computing curriculum and set actionable goals towards achieving our accredited Computing Quality Mark."
2222
supporting:
2323
title: "Supporting your GCSE Computer Science provision"
2424
para_1: "If you don’t currently offer GCSE Computer Science at your school, we are dedicated to work with you. Our support will help you create a sustainable computing department, improve provision and build capability and confidence –ultimately getting you in a better position to offer this key subject to your students."

0 commit comments

Comments
 (0)