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: 7f509aee07cbcbf53d22a43fafed904fc85f3174 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
- page_title import_in_progress_title

.save-project-loader
  .center
    %h2.gl--flex-center.gl-flex-direction-column.gl-sm-flex-direction-row
      = gl_loading_icon(inline: true)
      %span.gl-ml-3
        = import_in_progress_title
    - if !has_ci_cd_only_params? && @project.external_import?
      %p.monospace git clone --bare #{@project.safe_import_url}
    %p
      = import_wait_and_refresh_message