debian-mirror-gitlab/app/views/projects/imports/show.html.haml
2015-09-11 14:41:01 +05:30

10 lines
323 B
Text

- page_title "Import in progress"
.save-project-loader
.center
%h2
%i.fa.fa-spinner.fa-spin
Import in progress.
%p.monospace git clone --bare #{hidden_pass_url(@project.import_url)}
%p Please wait while we import the repository for you. Refresh at will.
:javascript
new ProjectImport();