Skip to content

Commit

Permalink
Merge pull request #1940 from codebar/fix-donate-button-in-nav
Browse files Browse the repository at this point in the history
Fix broken Donate button redirect
  • Loading branch information
matyikriszta authored Sep 30, 2023
2 parents 7937df0 + a847271 commit 742abb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/donations_controller.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class DonationsController < ApplicationController
def new
redirect_to I18n.t('services.donations')
redirect_to I18n.t('services.donations'), allow_other_host: true
end
end

0 comments on commit 742abb2

Please sign in to comment.