2015-12-23 02:04:40 +05:30
|
|
|
- if milestone.expired? and not milestone.closed?
|
2020-05-24 23:13:21 +05:30
|
|
|
.status-box.status-box-expired.append-bottom-5= _('Expired')
|
2017-08-17 22:00:37 +05:30
|
|
|
- if milestone.upcoming?
|
2020-05-24 23:13:21 +05:30
|
|
|
.status-box.status-box-mr-merged.append-bottom-5= _('Upcoming')
|
2018-11-08 19:23:39 +05:30
|
|
|
- if milestone.closed?
|
2020-05-24 23:13:21 +05:30
|
|
|
.status-box.status-box-closed.append-bottom-5= _('Closed')
|