debian-mirror-gitlab/app/views/projects/imports/show.html.haml
2017-09-10 17:25:29 +05:30

12 lines
420 B
Text

- page_title @project.forked? ? "Forking in progress" : "Import in progress"
.save-project-loader
.center
%h2
%i.fa.fa-spinner.fa-spin
- if @project.forked?
Forking in progress.
- else
Import in progress.
- if @project.external_import?
%p.monospace git clone --bare #{@project.safe_import_url}
%p Please wait while we import the repository for you. Refresh at will.