summaryrefslogtreecommitdiff
path: root/app/views/projects/imports/show.html.haml
blob: 422a3a22f876c4db947196c4c000c60f98f6f13c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
- page_title import_in_progress_title
- @no_container = true
- @content_class = "limit-container-width" unless fluid_layout

.save-project-loader
  .center
    %h2
      %i.fa.fa-spinner.fa-spin
      = 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