13 lines
473 B
Text
13 lines
473 B
Text
- page_title import_in_progress_title
|
|
- @content_class = "limit-container-width" unless fluid_layout
|
|
|
|
.save-project-loader
|
|
.center
|
|
%h2.gl--flex-center.gl-flex-direction-column.gl-sm-flex-direction-row
|
|
= gl_loading_icon(inline: true)
|
|
%span.gl-ml-3
|
|
= import_in_progress_title
|
|
- if !has_ci_cd_only_params? && @project.external_import?
|
|
%p.monospace git clone --bare #{@project.safe_import_url}
|
|
%p
|
|
= import_wait_and_refresh_message
|