debian-mirror-gitlab/app/views/projects/imports/show.html.haml
2023-06-20 00:43:36 +05:30

12 lines
410 B
Text

- 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