Backport fix new GitHub CI/CD page redirecting to import GitHub status page
See https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/4914
This commit is contained in:
parent
7734e85bc6
commit
28373b5551
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
||||||
%p
|
%p
|
||||||
= import_github_authorize_message
|
= 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
|
%hr
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue