summaryrefslogtreecommitdiff
path: root/app/views/projects/new.html.haml
diff options
context:
space:
mode:
authorJacob Schatz <jschatz@gitlab.com>2017-02-03 18:02:19 +0000
committerJacob Schatz <jschatz@gitlab.com>2017-02-03 18:02:19 +0000
commit538a6875d3b53f909e9b5b6ef396a457cbcae760 (patch)
tree503cf693557a3e9992a7276bc804cfd579658892 /app/views/projects/new.html.haml
parent3213dfd797fec7014f7fa38ef110cfb785c297a8 (diff)
parentaa91f508369a795878b3ee95556302cdb55d9f6c (diff)
downloadgitlab-ce-538a6875d3b53f909e9b5b6ef396a457cbcae760.tar.gz
Merge branch '25624-anticipate-obstacles-to-removing-turbolinks' into 'master'
Remove Turbolinks Closes #25624 See merge request !8570
Diffstat (limited to 'app/views/projects/new.html.haml')
-rw-r--r--app/views/projects/new.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/new.html.haml b/app/views/projects/new.html.haml
index 064e92b15eb..cd685f7d0eb 100644
--- a/app/views/projects/new.html.haml
+++ b/app/views/projects/new.html.haml
@@ -50,7 +50,7 @@
= icon('github', text: 'GitHub')
%div
- if bitbucket_import_enabled?
- = link_to status_import_bitbucket_path, class: "btn import_bitbucket #{'how_to_import_link' unless bitbucket_import_configured?}", "data-no-turbolink" => "true" do
+ = link_to status_import_bitbucket_path, class: "btn import_bitbucket #{'how_to_import_link' unless bitbucket_import_configured?}" do
= icon('bitbucket', text: 'Bitbucket')
- unless bitbucket_import_configured?
= render 'bitbucket_import_modal'