From a42fab08fcee9f00a4782084393a8704b8438201 Mon Sep 17 00:00:00 2001 From: Luke Bennett Date: Tue, 21 May 2019 03:17:10 +0100 Subject: [PATCH] Resolve CE/EE diffs in import github Part of single codebase changes. --- app/views/import/github/new.html.haml | 2 ++ 1 file changed, 2 insertions(+) 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