debian-mirror-gitlab/app/views/import/github/status.html.haml

9 lines
332 B
Text
Raw Normal View History

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
2019-07-07 11:18:12 +05:30
%h3.page-title.mb-0
= icon 'github', class: 'fa-2x', text: _('Import repositories from GitHub')
2015-04-26 12:48:37 +05:30
2017-08-17 22:00:37 +05:30
= render 'import/githubish_status', provider: 'github'