diff options
author | Eric Eastwood <contact@ericeastwood.com> | 2018-03-08 23:37:57 -0600 |
---|---|---|
committer | Eric Eastwood <contact@ericeastwood.com> | 2018-03-08 23:38:00 -0600 |
commit | 28373b5551233a1d352cb3fdfda63dd430c8c8a3 (patch) | |
tree | b5f030ae8e7635a12efd47268c6b0fea175420b6 /app/views/import | |
parent | 7734e85bc6592c5ad3330c611c5f83a051b680b0 (diff) | |
download | gitlab-ce-28373b5551233a1d352cb3fdfda63dd430c8c8a3.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
Diffstat (limited to 'app/views/import')
-rw-r--r-- | app/views/import/github/new.html.haml | 2 |
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 |