Skip to content

Commit

Permalink
Fix route
Browse files Browse the repository at this point in the history
  • Loading branch information
JoonasAapro committed Jan 15, 2025
1 parent 1b234e1 commit 8763000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/decidim/budgets/votes_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8763000

Please sign in to comment.