summaryrefslogtreecommitdiff
path: root/app/views/projects/imports/show.html.haml
blob: 39fe0fc1c4f754e2225f590d0503134bda0203ab (plain)
1
2
3
4
5
6
7
8
9
10
- 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();