summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2018-03-09 17:41:47 +0000
committerDouwe Maan <douwe@gitlab.com>2018-03-09 17:41:47 +0000
commit762f16f09f527a69f517a433c557880f81eae55f (patch)
tree97804fb9a80f8ec0f94d34317d4e53997112a88c
parent0dea3dc85117e7fccfb36e31bdb5dd6cedb5dbad (diff)
parent28373b5551233a1d352cb3fdfda63dd430c8c8a3 (diff)
downloadgitlab-ce-762f16f09f527a69f517a433c557880f81eae55f.tar.gz
Merge branch 'ce-5194-fix-github-ci-cd-github-auth-missing-query-param' into 'master'
Add `?ci_cd_only=true` query parameter to CI/CD GitHub status link -- CE backport See merge request gitlab-org/gitlab-ce!17661
-rw-r--r--app/views/import/github/new.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/import/github/new.html.haml b/app/views/import/github/new.html.haml
index ca47ab5f274..54ef51b30e3 100644
--- a/app/views/import/github/new.html.haml
+++ b/app/views/import/github/new.html.haml
@@ -10,7 +10,7 @@
%p
= import_github_authorize_message
- = link_to _('List your GitHub repositories'), status_import_github_path, class: 'btn btn-success'
+ = link_to _('List your GitHub repositories'), status_import_github_path(ci_cd_only: params[:ci_cd_only]), class: 'btn btn-success'
%hr