Welcome to mirror list, hosted at ThFree Co, Russian Federation.

show.html.haml « imports « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c0d1ce0d120a6887bc11a652bd082e69d062e784 (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.
    - unless @project.forked?
      %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();