summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Eastwood <contact@ericeastwood.com>2018-03-08 23:37:57 -0600
committerEric Eastwood <contact@ericeastwood.com>2018-03-08 23:38:00 -0600
commit28373b5551233a1d352cb3fdfda63dd430c8c8a3 (patch)
treeb5f030ae8e7635a12efd47268c6b0fea175420b6
parent7734e85bc6592c5ad3330c611c5f83a051b680b0 (diff)
downloadgitlab-ce-ce-5194-fix-github-ci-cd-github-auth-missing-query-param.tar.gz
Backport fix new GitHub CI/CD page redirecting to import GitHub status pagece-5194-fix-github-ci-cd-github-auth-missing-query-param
See https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/4914
-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