summaryrefslogtreecommitdiff
path: root/app/views/shared/_milestone_expired.html.haml
blob: 099e3ac8462c4e3ae1699b91513e03dfc4082838 (plain)
1
2
3
4
5
6
- if milestone.expired? and not milestone.closed?
  .status-box.status-box-expired.append-bottom-5 Expired
- if milestone.upcoming?
  .status-box.status-box-mr-merged.append-bottom-5 Upcoming
- if milestone.closed?
  .status-box.status-box-closed.append-bottom-5 Closed