Commit 75229611 authored by Luke Bennett's avatar Luke Bennett

Resolve CE/EE diffs in import github

Part of single codebase changes.
parent 26ca0875
......@@ -22,9 +22,7 @@
= 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'
-# EE-specific start
= hidden_field_tag :ci_cd_only, params[:ci_cd_only]
-# EE-specific end
= render_if_exists 'import/github/ci_cd_only'
- unless github_import_configured?
%hr
......
= hidden_field_tag :ci_cd_only, params[:ci_cd_only]
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment