summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2018-03-09 17:41:47 +0000
committerRobert Speicher <rspeicher@gmail.com>2018-03-13 10:42:44 -0500
commit4f4e97a2895778f44dffd5104cea5b6f452603bd (patch)
treef24158d16c48deb57e5c02ec6680ff737269c8f8
parentfcd19ce43caece7cb6905fad3fbe0795948dfad9 (diff)
downloadgitlab-ce-4f4e97a2895778f44dffd5104cea5b6f452603bd.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