2018-03-27 19:54:05 +05:30
|
|
|
- title = has_ci_cd_only_params? ? _('Connect repositories from GitHub') : _('GitHub import')
|
|
|
|
- page_title title
|
|
|
|
- breadcrumb_title title
|
2018-11-18 11:00:15 +05:30
|
|
|
- header_title _("Projects"), root_path
|
2021-01-03 14:25:43 +05:30
|
|
|
%h3.page-title.mb-0.gl-display-flex
|
|
|
|
.gl-display-flex.gl-align-items-center.gl-justify-content-center
|
|
|
|
= sprite_icon('github', css_class: 'gl-mr-2')
|
|
|
|
= _('Import repositories from GitHub')
|
2015-04-26 12:48:37 +05:30
|
|
|
|
2021-02-22 17:27:13 +05:30
|
|
|
- paginatable = Feature.enabled?(:remove_legacy_github_client)
|
|
|
|
|
|
|
|
= render 'import/githubish_status', provider: 'github', paginatable: paginatable
|