Welcome to mirror list, hosted at ThFree Co, Russian Federation.

status.html.haml « github « import « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: be057be6d1a8bebd1310931d6e84db233b921e56 (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
  = icon 'github', text: import_github_title

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