6743147b7d
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
11 lines
214 B
Text
11 lines
214 B
Text
- case project.import_status
|
|
- when 'finished'
|
|
= icon('check')
|
|
= _('Done')
|
|
- when 'started'
|
|
= icon("spinner spin")
|
|
= _('Started')
|
|
- when 'failed'
|
|
= _('Failed')
|
|
- else
|
|
= project.human_import_status_name
|