summaryrefslogtreecommitdiff
path: root/app/views/projects/imports/show.html.haml
blob: 4d8ee562e6a29565e7c48ffc5bcca779dd69680c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
- 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.
    - 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.
    :javascript
      new ProjectImport();