Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-04-21 11:30:07 +0300
committerDouwe Maan <douwe@gitlab.com>2015-04-21 11:30:07 +0300
commit355e6868a2bc8bee42fa5e070c14d2b00ec1fe81 (patch)
treebc274a21c62a5ce5ddd36fb8a3b5567264f23472 /app/controllers/import
parent76aade28e25d1f6e8924b35ed9bd365c8889987f (diff)
Fix redirect when trying to view invalid Google Code import status.
Diffstat (limited to 'app/controllers/import')
-rw-r--r--app/controllers/import/google_code_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/import/google_code_controller.rb b/app/controllers/import/google_code_controller.rb
index 73c912e285b..6574be91920 100644
--- a/app/controllers/import/google_code_controller.rb
+++ b/app/controllers/import/google_code_controller.rb
@@ -68,7 +68,7 @@ class Import::GoogleCodeController < Import::BaseController
def status
unless client.valid?
- return redirect_to new_import_google_path
+ return redirect_to new_import_google_code_path
end
@repos = client.repos