File tree Expand file tree Collapse file tree
app/views/certificates/pathways
db/seeds/programme_activity_groupings Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7575
7676 < div data-expander-target ="expander " class ="expander ">
7777 < p class ="govuk-body-s govuk-!-margin-top-5 "> <%= group . web_copy_course_requirements %> </ p >
78- <% group . programme_activities . includes ( :activity ) . where ( activity : { id : @recommended_community_activity_ids } ) . each do |programme_activity | %>
78+ <% group . programme_activities . includes ( :activity ) . where ( activity : { id : @recommended_community_activity_ids } , legacy : false ) . each do |programme_activity | %>
7979 < div class ="ncce-pathway-courses__course ">
8080 <% if programme_activity . activity . public_copy_title_url %>
8181 < p class ="ncce-pathway-courses__link ">
Original file line number Diff line number Diff line change 7676 activities = [
7777 { slug : "gain-accreditation-as-a-professional-development-leader" , legacy : false } ,
7878 { slug : "work-with-local-business-and-industry-to-inspire-inclusive-computing" , legacy : false } ,
79- { slug : "lead-your-school-into-a-computing-cluster-and-develop-an-action-plan-with-a-cluster-advisor" , legacy : false } ,
8079 { slug : "join-and-present-at-your-local-computing-at-school-community" , legacy : false } ,
8180 { slug : "become-an-i-belong-champion" , legacy : false } ,
8281 { slug : "undertake-the-initial-assessment-of-your-school-using-computing-quality-framework" , legacy : false } ,
8988 { slug : "provide-feedback-on-a-cas-resource" , legacy : true } ,
9089 { slug : "complete-a-cs-accelerator-course" , legacy : true } ,
9190 { slug : "contribute-to-online-discussion-secondary" , legacy : true } ,
92-
91+ { slug : "lead-your-school-into-a-computing-cluster-and-develop-an-action-plan-with-a-cluster-advisor" , legacy : true } ,
9392 { slug : "work-with-your-local-computing-hub-to-develop-a-school-level-action-plan-for-professional-development" , legacy : true }
9493 ]
9594
You can’t perform that action at this time.
0 commit comments