gitlab-org--gitlab-foss/app/views/projects/imports/show.html.haml

13 lines
368 B
Plaintext
Raw Normal View History

- 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?
2015-11-11 10:23:51 -05:00
%p.monospace git clone --bare #{@project.safe_import_url}
%p
= import_wait_and_refresh_message