summaryrefslogtreecommitdiff
path: root/app/views/shared/_milestone_expired.html.haml
blob: 738622a4993d9206f59da592d6859a7afd00b8dc (plain)
1
2
3
4
5
6
7
8
9
- if milestone.due_date || milestone.start_date
  .milestone-range
    = milestone_date_range(milestone)
- if milestone.expired? and not milestone.closed?
  .status-box.status-box-expired Expired
- if milestone.upcoming?
  .status-box.status-box-mr-merged Upcoming
- if milestone.closed?
  .status-box.status-box-closed Closed