BigW Consortium Gitlab

show.html.haml 463 Bytes
Newer Older
1
- page_title @project.forked? ? "Forking in progress" : "Import in progress"
2 3 4 5
.save-project-loader
  .center
    %h2
      %i.fa.fa-spinner.fa-spin
6 7 8 9
      - if @project.forked?
        Forking in progress.
      - else
        Import in progress.
10
    - if @project.external_import?
11
      %p.monospace git clone --bare #{@project.safe_import_url}
12 13 14
    %p Please wait while we import the repository for you. Refresh at will.
    :javascript
      new ProjectImport();