8 lines
291 B
Text
8 lines
291 B
Text
- title = has_ci_cd_only_params? ? _('Connect repositories from GitHub') : _('GitHub import')
|
|
- page_title title
|
|
- breadcrumb_title title
|
|
- header_title "Projects", root_path
|
|
%h3.page-title
|
|
= icon 'github', text: import_github_title
|
|
|
|
= render 'import/githubish_status', provider: 'github'
|