gitlab-org--gitlab-foss/app/views/projects/imports/show.html.haml

15 lines
415 B
Plaintext
Raw Normal View History

2015-04-30 17:06:18 +00:00
- page_title "Import in progress"
.save-project-loader
.center
%h2
%i.fa.fa-spinner.fa-spin
- if @project.forked?
Forking in progress.
- else
Import in progress.
- unless @project.forked?
2015-11-11 15:23:51 +00:00
%p.monospace git clone --bare #{@project.safe_import_url}
%p Please wait while we import the repository for you. Refresh at will.
:javascript
new ProjectImport();