Commit 4f186dde authored by Brandon Labuschagne's avatar Brandon Labuschagne

Merge branch 'mw-remove-project-status-partial' into 'master'

Delete unused project_status partial

See merge request gitlab-org/gitlab!45982
parents e9058b37 b05fee8d
- case project.import_status
- when 'finished'
= icon('check')
= _('Done')
- when 'started'
= loading_icon
= _('Started')
- when 'failed'
= _('Failed')
- else
= project.human_import_status_name
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment