2018-03-27 19:54:05 +05:30
|
|
|
- page_title import_in_progress_title
|
|
|
|
|
2015-04-26 12:48:37 +05:30
|
|
|
.save-project-loader
|
|
|
|
.center
|
|
|
|
%h2
|
|
|
|
%i.fa.fa-spinner.fa-spin
|
2018-03-27 19:54:05 +05:30
|
|
|
= import_in_progress_title
|
|
|
|
- if !has_ci_cd_only_params? && @project.external_import?
|
2015-11-26 14:37:03 +05:30
|
|
|
%p.monospace git clone --bare #{@project.safe_import_url}
|
2018-03-27 19:54:05 +05:30
|
|
|
%p
|
|
|
|
= import_wait_and_refresh_message
|