summaryrefslogtreecommitdiff
path: root/app/views/import/github/status.html.haml
blob: ee295e70ccececd8fd90cd5fd38efeda2723d1b0 (plain)
1
2
3
4
5
6
7
8
- 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')

= render 'import/githubish_status', provider: 'github'