summaryrefslogtreecommitdiff
path: root/app/views/import/_project_status.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/import/_project_status.html.haml')
-rw-r--r--app/views/import/_project_status.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/import/_project_status.html.haml b/app/views/import/_project_status.html.haml
index 280bcbc1e63..b968db58d38 100644
--- a/app/views/import/_project_status.html.haml
+++ b/app/views/import/_project_status.html.haml
@@ -3,7 +3,7 @@
= icon('check')
= _('Done')
- when 'started'
- = icon("spinner spin")
+ = loading_icon
= _('Started')
- when 'failed'
= _('Failed')