2018-06-15 10:39:50 -04:00
|
|
|
- if milestone.expired? and not milestone.closed?
|
2020-05-14 11:08:14 -04:00
|
|
|
.status-box.status-box-expired.append-bottom-5 = _('Expired')
|
2018-06-15 10:39:50 -04:00
|
|
|
- if milestone.upcoming?
|
2020-05-14 11:08:14 -04:00
|
|
|
.status-box.status-box-mr-merged.append-bottom-5 = _('Upcoming')
|
2018-06-15 10:39:50 -04:00
|
|
|
- if milestone.closed?
|
2020-05-14 11:08:14 -04:00
|
|
|
.status-box.status-box-closed.append-bottom-5 = _('Closed')
|