BigW Consortium Gitlab

show.html.haml 323 Bytes
Newer Older
1
- page_title "Import in progress"
2 3 4 5 6 7 8 9 10
.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();