debian-mirror-gitlab/app/views/import/bulk_imports/status.html.haml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
597 B
Text
Raw Normal View History

2021-03-11 19:13:27 +05:30
- add_to_breadcrumbs _('New group'), new_group_path
2021-02-22 17:27:13 +05:30
- add_page_specific_style 'page_bundles/import'
2021-10-27 15:23:28 +05:30
- page_title _('Import groups')
2021-02-22 17:27:13 +05:30
#import-groups-mount-element{ data: { status_path: status_import_bulk_imports_path(format: :json),
available_namespaces_path: import_available_namespaces_path(format: :json),
2021-03-11 19:13:27 +05:30
create_bulk_import_path: import_bulk_imports_path(format: :json),
jobs_path: realtime_changes_import_bulk_imports_path(format: :json),
2021-04-17 20:07:23 +05:30
source_url: @source_url,
2021-10-27 15:23:28 +05:30
group_path_regex: Gitlab::PathRegex::NAMESPACE_FORMAT_REGEX_JS,
group_url_error_message: group_url_error_message } }