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:
authorStan Hu <stanhu@gmail.com>2015-08-10 21:44:39 +0300
committerStan Hu <stanhu@gmail.com>2015-08-10 21:44:39 +0300
commite6ef058289f3044964f7538043ba50d9e9fcafe3 (patch)
treec77508384877d4416c78a7292d0ef84b32cf1b5d /app/views/import
parent01af2c98b64149cf8ba906b4bcf7650b7abdd446 (diff)
Disable turbolinks when linking to Bitbucket import status
Turbolinks was causing issues with the Bitbucket Javascript/display because it was trying to intercept /import/bitbucket/status even when a 302 redirection occured. Closes #2241
Diffstat (limited to 'app/views/import')
-rw-r--r--app/views/import/bitbucket/status.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/import/bitbucket/status.html.haml b/app/views/import/bitbucket/status.html.haml
index 98ae509096e..777eb482714 100644
--- a/app/views/import/bitbucket/status.html.haml
+++ b/app/views/import/bitbucket/status.html.haml
@@ -61,7 +61,7 @@
rather than Git. Please convert
= link_to "them to Git,", "https://www.atlassian.com/git/tutorials/migrating-overview"
and go through the
- = link_to "import flow", status_import_bitbucket_path
+ = link_to "import flow", status_import_bitbucket_path, "data-no-turbolink" => "true"
again.