diff --git a/app/controllers/decidim/budgets/votes_controller.rb b/app/controllers/decidim/budgets/votes_controller.rb index 356d4b0..f4dc080 100644 --- a/app/controllers/decidim/budgets/votes_controller.rb +++ b/app/controllers/decidim/budgets/votes_controller.rb @@ -93,7 +93,7 @@ def create if current_settings.show_votes? redirect_to routes_proxy.results_path else - redirect_to routes_proxy.finished_vote_path + redirect_to routes_proxy.projects_path end end