debian-mirror-gitlab/app/views/projects/imports/show.html.haml

13 lines
378 B
Text
Raw Normal View History

2018-03-27 19:54:05 +05:30
- page_title import_in_progress_title
2019-02-15 15:39:39 +05:30
- @content_class = "limit-container-width" unless fluid_layout
2018-03-27 19:54:05 +05:30
2015-04-26 12:48:37 +05:30
.save-project-loader
.center
%h2
%i.fa.fa-spinner.fa-spin
2018-03-27 19:54:05 +05:30
= import_in_progress_title
- if !has_ci_cd_only_params? && @project.external_import?
2015-11-26 14:37:03 +05:30
%p.monospace git clone --bare #{@project.safe_import_url}
2018-03-27 19:54:05 +05:30
%p
= import_wait_and_refresh_message