diff --git a/app/controllers/about_controller.rb b/app/controllers/about_controller.rb index fb9eb9f56..0c3f3da3c 100644 --- a/app/controllers/about_controller.rb +++ b/app/controllers/about_controller.rb @@ -26,7 +26,7 @@ class AboutController < ApplicationController def terms; end def jump - @jump_url = "https://#{params[:destin]}/#{params[:path]}" + @jump_url = "https://#{request.fullpath[6..-1]}" end helper_method :display_blocks?