debian-mirror-gitlab/app/views/shared/_milestone_expired.html.haml

7 lines
270 B
Text
Raw Normal View History

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