Skip to content
Snippets Groups Projects
Commit 52d62de7 authored by Marco Zille's avatar Marco Zille :eyes: Committed by Paul Slaughter
Browse files

Fixed loading spinner misalignment on fork page

Changelog: fixed
parent e14b4dc4
No related branches found
No related tags found
1 merge request!92154Fixed loading spinner misalignment on fork page
......@@ -3,9 +3,10 @@
.save-project-loader
.center
%h2
%h2.gl--flex-center.gl-flex-direction-column.gl-sm-flex-direction-row
= gl_loading_icon(inline: true)
= import_in_progress_title
%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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment