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: 25afe9a7b1b8d4d7be54e0d378f6cc80324012c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
- title = has_ci_cd_only_params? ? _('Connect repositories from GitHub') : _('GitHub import')
- page_title title
%h1.page-title.gl-font-size-h-display.mb-0.gl-display-flex
  .gl-display-flex.gl-align-items-center.gl-justify-content-center
    = sprite_icon('github', css_class: 'gl-mr-2')
  = _('Import repositories from GitHub')

- paginatable = Feature.enabled?(:remove_legacy_github_client)

= render 'import/githubish_status',
  provider: 'github', paginatable: paginatable,
  default_namespace: @namespace,
  optional_stages: Gitlab::GithubImport::Settings.stages_array