Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove take part pages #3403

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
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
1 change: 0 additions & 1 deletion app/controllers/development_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ def index
speech
statistical_data_set
statistics_announcement
take_part
topical_event_about_page
travel_advice
working_group]
Expand Down
14 changes: 0 additions & 14 deletions app/presenters/take_part_presenter.rb

This file was deleted.

35 changes: 0 additions & 35 deletions app/views/content_items/take_part.html.erb

This file was deleted.

13 changes: 0 additions & 13 deletions config/govuk_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,19 +136,6 @@ statistics_announcement_8: '/government/statistics/announcements/enterprise-inve
statistics_announcement_9: '/government/statistics/announcements/esa-outcomes-of-work-capability-assessments-including-mandatory-reconsiderations-and-appeals-september-2016'
statistics_announcement_10: '/government/statistics/announcements/independent-schools-inspection-outcomes-official-statistics-as-at-31-march-2016'

take_part: '/government/get-involved/take-part/become-a-councillor'

# Most visited take_part pages (2 September 2016)
take_part_1: '/government/get-involved/take-part/volunteer'
take_part_2: '/government/get-involved/take-part/national-citizen-service'
take_part_3: '/government/get-involved/take-part/set-up-a-new-school'
take_part_4: '/government/get-involved/take-part/help-run-a-charity'
take_part_5: '/government/get-involved/take-part/volunteer-as-a-school-governor'
take_part_6: '/government/get-involved/take-part/set-up-a-town-or-parish-council'
take_part_7: '/government/get-involved/take-part/start-a-public-service-mutual'
take_part_8: '/government/get-involved/take-part/take-over-a-local-pub-shop-or-green-space-for-the-community'
take_part_9: '/government/get-involved/take-part/create-a-community-library'

topical_event_about_page_slim: '/government/topical-events/battle-of-the-somme-centenary-commemorations/about'
topical_event_about_page: '/government/topical-events/ebola-virus-government-response/about'

Expand Down
17 changes: 0 additions & 17 deletions test/integration/take_part_test.rb

This file was deleted.

15 changes: 0 additions & 15 deletions test/presenters/take_part_presenter_test.rb

This file was deleted.

1 change: 0 additions & 1 deletion test/support/govuk_content_schema_examples.rb
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ def supported_schemas
service_manual_service_standard
service_manual_topic
statistics_announcement
take_part
topical_event_about_page
working_group
]
Expand Down
Loading