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

status.html.haml « bulk_imports « import « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 917d88af75ae7b7d6af19fb2a095a6aa68cf8b21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
- add_to_breadcrumbs _('New group'), new_group_path
- add_page_specific_style 'page_bundles/import'
- breadcrumb_title _('Import groups')

%h1.gl-my-0.gl-py-4.gl-font-size-h1.gl-border-solid.gl-border-gray-200.gl-border-0.gl-border-b-1
  = s_('BulkImport|Import groups from GitLab')

#import-groups-mount-element{ data: { status_path: status_import_bulk_imports_path(format: :json),
  available_namespaces_path: import_available_namespaces_path(format: :json),
  create_bulk_import_path: import_bulk_imports_path(format: :json),
  jobs_path: realtime_changes_import_bulk_imports_path(format: :json),
  source_url: @source_url,
  group_path_regex: Gitlab::PathRegex::NAMESPACE_FORMAT_REGEX_JS } }