diff options
author | Luke Bennett <lbennett@gitlab.com> | 2019-05-21 03:17:10 +0100 |
---|---|---|
committer | Luke Bennett <lbennett@gitlab.com> | 2019-05-21 03:17:10 +0100 |
commit | a42fab08fcee9f00a4782084393a8704b8438201 (patch) | |
tree | 62604ee1150e3ed769ea4dfa4306b5398084c27c | |
parent | 01a28eada1215fe9d97b16bb405a1f1eb52f4ee3 (diff) | |
download | gitlab-ce-a42fab08fcee9f00a4782084393a8704b8438201.tar.gz |
Resolve CE/EE diffs in import githubimport-github-scb
Part of single codebase changes.
-rw-r--r-- | app/views/import/github/new.html.haml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/import/github/new.html.haml b/app/views/import/github/new.html.haml index cf32c5c9387..72e5934574a 100644 --- a/app/views/import/github/new.html.haml +++ b/app/views/import/github/new.html.haml @@ -22,6 +22,8 @@ = text_field_tag :personal_access_token, '', class: 'form-control append-right-8', placeholder: _('Personal Access Token'), size: 40 = submit_tag _('List your GitHub repositories'), class: 'btn btn-success' + = render_if_exists 'import/github/ci_cd_only' + - unless github_import_configured? %hr %p |