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: 2d1fdafed24d31497feb9ac9dede513d38c9fbdf (plain)
1
2
3
4
5
6
7
8
9
.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();