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