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

_milestone_expired.html.haml « shared « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5e9007aaaac6672665cac4aafc42a669776349c9 (plain)
1
2
3
4
5
6
7
- if milestone.expired? and not milestone.closed?
  %span.cred (Expired)
- if milestone.upcoming?
  %span.clgray (Upcoming)
- if milestone.due_date || milestone.start_date
  %span
    = milestone_date_range(milestone)