gitlab-org--gitlab-foss/app/views/projects/imports/show.html.haml

12 lines
315 B
Plaintext

- page_title import_in_progress_title
.save-project-loader
.center
%h2
%i.fa.fa-spinner.fa-spin
= 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