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

9 lines
294 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
2015-04-26 12:48:37 +05:30
%h3.page-title
2018-03-27 19:54:05 +05:30
= icon 'github', text: import_github_title
2015-04-26 12:48:37 +05:30
2017-08-17 22:00:37 +05:30
= render 'import/githubish_status', provider: 'github'