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.haml11
1 files changed, 0 insertions, 11 deletions
diff --git a/app/views/import/_project_status.html.haml b/app/views/import/_project_status.html.haml
deleted file mode 100644
index b968db58d38..00000000000
--- a/app/views/import/_project_status.html.haml
+++ /dev/null
@@ -1,11 +0,0 @@
-- case project.import_status
-- when 'finished'
- = icon('check')
- = _('Done')
-- when 'started'
- = loading_icon
- = _('Started')
-- when 'failed'
- = _('Failed')
-- else
- = project.human_import_status_name