2015-04-30 13:06:18 -04:00
|
|
|
- page_title "Import in progress"
|
2014-11-29 17:50:25 -05:00
|
|
|
.save-project-loader
|
|
|
|
.center
|
|
|
|
%h2
|
|
|
|
%i.fa.fa-spinner.fa-spin
|
2015-09-15 09:45:03 -04:00
|
|
|
- if @project.forked?
|
|
|
|
Forking in progress.
|
|
|
|
- else
|
|
|
|
Import in progress.
|
2016-06-15 11:31:00 -04:00
|
|
|
- if @project.external_import?
|
2015-11-11 10:23:51 -05:00
|
|
|
%p.monospace git clone --bare #{@project.safe_import_url}
|
2014-11-29 17:50:25 -05:00
|
|
|
%p Please wait while we import the repository for you. Refresh at will.
|
|
|
|
:javascript
|
|
|
|
new ProjectImport();
|