summaryrefslogtreecommitdiff
path: root/app/views/import/_project_status.html.haml
blob: b968db58d3834c022e8fcb5c52c1d9de9764a750 (plain)
1
2
3
4
5
6
7
8
9
10
11
- case project.import_status
- when 'finished'
  = icon('check')
  = _('Done')
- when 'started'
  = loading_icon
  = _('Started')
- when 'failed'
  = _('Failed')
- else
  = project.human_import_status_name