2018-06-15 10:39:50 -04:00
|
|
|
- if milestone.expired? and not milestone.closed?
|
2020-06-30 02:08:49 -04:00
|
|
|
.status-box.status-box-expired.gl-mb-2= _('Expired')
|
2018-06-15 10:39:50 -04:00
|
|
|
- if milestone.upcoming?
|
2020-06-30 02:08:49 -04:00
|
|
|
.status-box.status-box-mr-merged.gl-mb-2= _('Upcoming')
|
2018-06-15 10:39:50 -04:00
|
|
|
- if milestone.closed?
|
2020-06-30 02:08:49 -04:00
|
|
|
.status-box.status-box-closed.gl-mb-2= _('Closed')
|