summaryrefslogtreecommitdiff
path: root/app/views/shared/_milestone_expired.html.haml
blob: 2261e9e312173cf6438f1a42dfd11241b3d444c6 (plain)
1
2
3
4
5
6
- if milestone.expired? and not milestone.closed?
  .status-box.status-box-expired.gl-mb-2= _('Expired')
- if milestone.upcoming?
  .status-box.status-box-mr-merged.gl-mb-2= _('Upcoming')
- if milestone.closed?
  .status-box.status-box-closed.gl-mb-2= _('Closed')