From 42f41de46525ce0065f02ee07c1a79f5669526a0 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Fri, 3 Apr 2020 06:09:14 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- app/views/projects/imports/show.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views') diff --git a/app/views/projects/imports/show.html.haml b/app/views/projects/imports/show.html.haml index 87b027a1802..09624b771ea 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 - %i.fa.fa-spinner.fa-spin + %i.loading.spinner.spinner-sm = import_in_progress_title - if !has_ci_cd_only_params? && @project.external_import? %p.monospace git clone --bare #{@project.safe_import_url} -- cgit v1.2.1