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 provider courses page #10347

Merged
merged 5 commits into from
Feb 10, 2025
Merged
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

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions app/controllers/candidate_interface/content_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,5 @@ def guidance_for_using_ai
def complaints
render 'content/complaints'
end

def providers; end
end
end
13 changes: 0 additions & 13 deletions app/queries/get_courses_by_provider_and_region.rb

This file was deleted.

13 changes: 0 additions & 13 deletions app/views/candidate_interface/content/providers.html.erb

This file was deleted.

17 changes: 0 additions & 17 deletions config/locales/candidate_interface/provider_regions.yml

This file was deleted.

1 change: 0 additions & 1 deletion config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,6 @@ en:
confirmation: Your reference for %{full_name} has been submitted
finish: Thank you
decline: Decline to give a reference
providers: Courses on this service
decisions:
offer: Details of offer
accept_offer: Are you sure you want to accept this offer?
Expand Down
1 change: 0 additions & 1 deletion config/routes/candidate.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
get '/cookies', to: 'content#cookies_page', as: :cookies
get '/make-a-complaint', to: 'content#complaints', as: :complaints
get '/privacy-policy', to: 'content#privacy_policy', as: :privacy_policy
get '/providers', to: 'content#providers', as: :providers
get '/terms-of-use', to: 'content#terms_candidate', as: :terms
get '/guidance-for-using-ai', to: 'content#guidance_for_using_ai'
post '/feedback-survey' => 'rejection_feedback_survey#new', as: :rejection_feedback_survey
Expand Down

This file was deleted.

Loading