2018-02-20 21:23:49 -05:00
|
|
|
- page_title import_in_progress_title
|
2018-11-23 05:46:56 -05:00
|
|
|
- @no_container = true
|
|
|
|
- @content_class = "limit-container-width" unless fluid_layout
|
2018-02-20 21:23:49 -05:00
|
|
|
|
2014-11-29 17:50:25 -05:00
|
|
|
.save-project-loader
|
|
|
|
.center
|
|
|
|
%h2
|
|
|
|
%i.fa.fa-spinner.fa-spin
|
2018-02-20 21:23:49 -05:00
|
|
|
= import_in_progress_title
|
|
|
|
- if !has_ci_cd_only_params? && @project.external_import?
|
2015-11-11 10:23:51 -05:00
|
|
|
%p.monospace git clone --bare #{@project.safe_import_url}
|
2018-02-20 21:23:49 -05:00
|
|
|
%p
|
|
|
|
= import_wait_and_refresh_message
|