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

9 lines
291 B
Text
Raw Normal View History

- title = has_ci_cd_only_params? ? _('Connect repositories from GitHub') : _('GitHub import')
- page_title title
- breadcrumb_title title
2015-12-02 08:54:24 -05:00
- header_title "Projects", root_path
2014-12-31 08:07:48 -05:00
%h3.page-title
= icon 'github', text: import_github_title
2014-12-31 08:07:48 -05:00
= render 'import/githubish_status', provider: 'github'