diff --git a/app/helpers/blob_helper.rb b/app/helpers/blob_helper.rb index 7e40e554c60..d520f2ed068 100644 --- a/app/helpers/blob_helper.rb +++ b/app/helpers/blob_helper.rb @@ -329,7 +329,7 @@ module BlobHelper def edit_modify_file_fork_params(action) { - to: request.full_path, + to: request.fullpath, notice: edit_in_new_fork_notice_action(action), notice_now: edit_in_new_fork_notice_now }