Commit 3be8d21d authored by Martin Wortschack's avatar Martin Wortschack

Merge branch 'fix-broken-milestone-expired-labels' into 'master'

Fix expired labels on group milestones page

See merge request gitlab-org/gitlab!32321
parents 95f6a9f9 b38e3ce5
- 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