2017-08-17 22:00:37 +05:30
|
|
|
- page_title @project.forked? ? "Forking in progress" : "Import in progress"
|
2015-04-26 12:48:37 +05:30
|
|
|
.save-project-loader
|
|
|
|
.center
|
|
|
|
%h2
|
|
|
|
%i.fa.fa-spinner.fa-spin
|
2015-09-25 12:07:36 +05:30
|
|
|
- if @project.forked?
|
|
|
|
Forking in progress.
|
|
|
|
- else
|
|
|
|
Import in progress.
|
2016-06-22 15:30:34 +05:30
|
|
|
- if @project.external_import?
|
2015-11-26 14:37:03 +05:30
|
|
|
%p.monospace git clone --bare #{@project.safe_import_url}
|
2015-04-26 12:48:37 +05:30
|
|
|
%p Please wait while we import the repository for you. Refresh at will.
|