gitlab-org--gitlab-foss/app/views/import/github/status.html.haml

9 lines
332 B
Plaintext
Raw Normal View History

- 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.mb-0
= icon 'github', class: 'fa-2x', text: _('Import repositories from GitHub')
2014-12-31 08:07:48 -05:00
= render 'import/githubish_status', provider: 'github'