File: status.html.haml

package info (click to toggle)
gitlab 17.6.5-19
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 629,368 kB
  • sloc: ruby: 1,915,304; javascript: 557,307; sql: 60,639; xml: 6,509; sh: 4,567; makefile: 1,239; python: 406
file content (15 lines) | stat: -rw-r--r-- 690 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
- title = has_ci_cd_only_params? ? _('Connect repositories from GitHub') : _('GitHub import')
- page_title title

.gl-border-solid.gl-border-gray-100.gl-border-0.gl-border-b-1
  %h1.gl-text-size-h1.gl-my-0.gl-py-4.gl-flex.gl-items-center.gl-gap-3
    = sprite_icon('github', size: 24)
    %span= _('Import repositories from GitHub')

= render 'import/githubish_status',
  provider: 'github', paginatable: true,
  default_namespace: @namespace,
  cancel_path: cancel_import_github_path,
  details_path: details_import_github_path,
  status_import_github_group_path: status_import_github_group_path(format: :json),
  optional_stages: Gitlab::GithubImport::Settings.stages_array(current_user)