2015-09-11 14:41:01 +05:30
|
|
|
- page_title "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.
|
|
|
|
- unless @project.forked?
|
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.
|
|
|
|
:javascript
|
|
|
|
new ProjectImport();
|