Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_project_status.html.haml « import « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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