summaryrefslogtreecommitdiff
path: root/app/views/projects/imports/show.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/imports/show.html.haml')
-rw-r--r--app/views/projects/imports/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/imports/show.html.haml b/app/views/projects/imports/show.html.haml
index 0c1efab2195..8096bc6cead 100644
--- a/app/views/projects/imports/show.html.haml
+++ b/app/views/projects/imports/show.html.haml
@@ -4,7 +4,7 @@
.save-project-loader
.center
%h2
- = loading_icon
+ = gl_loading_icon(inline: true)
= import_in_progress_title
- if !has_ci_cd_only_params? && @project.external_import?
%p.monospace git clone --bare #{@project.safe_import_url}