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: 0c1efab21951fb8ed993e29fb05aecff6547a498 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
- page_title import_in_progress_title
- @content_class = "limit-container-width" unless fluid_layout

.save-project-loader
  .center
    %h2
      = loading_icon
      = 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