2018-06-15 10:39:50 -04:00
|
|
|
- if milestone.expired? and not milestone.closed?
|
2018-06-29 08:42:35 -04:00
|
|
|
.status-box.status-box-expired.append-bottom-5 Expired
|
2018-06-15 10:39:50 -04:00
|
|
|
- if milestone.upcoming?
|
2018-06-29 08:42:35 -04:00
|
|
|
.status-box.status-box-mr-merged.append-bottom-5 Upcoming
|
2018-06-15 10:39:50 -04:00
|
|
|
- if milestone.closed?
|
2018-06-29 08:42:35 -04:00
|
|
|
.status-box.status-box-closed.append-bottom-5 Closed
|