2018-03-07 10:58:50 -05:00
|
|
|
- title = has_ci_cd_only_params? ? _('Connect repositories from GitHub') : _('GitHub import')
|
|
|
|
- page_title title
|
|
|
|
- breadcrumb_title title
|
2018-06-13 01:02:41 -04:00
|
|
|
- header_title _("Projects"), root_path
|
2018-11-07 11:44:21 -05:00
|
|
|
%h3.page-title.mb-0
|
|
|
|
= icon 'github', class: 'fa-2x', text: _('Import repositories from GitHub')
|
2014-12-31 08:07:48 -05:00
|
|
|
|
2016-12-16 04:47:26 -05:00
|
|
|
= render 'import/githubish_status', provider: 'github'
|