summaryrefslogtreecommitdiff
path: root/app/views/shared/_milestone_expired.html.haml
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)