Commit b38e3ce5 authored by John Hope's avatar John Hope

Fix expired labels on group milestones page

parent 71b3f9f3
- if milestone.expired? and not milestone.closed?
.status-box.status-box-expired.append-bottom-5 = _('Expired')
.status-box.status-box-expired.append-bottom-5= _('Expired')
- if milestone.upcoming?
.status-box.status-box-mr-merged.append-bottom-5 = _('Upcoming')
.status-box.status-box-mr-merged.append-bottom-5= _('Upcoming')
- if milestone.closed?
.status-box.status-box-closed.append-bottom-5 = _('Closed')
.status-box.status-box-closed.append-bottom-5= _('Closed')
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment