gitlab-org--gitlab-foss/app/views/shared/_milestone_expired.html.haml

8 lines
218 B
Plaintext
Raw Normal View History

2015-11-30 20:47:44 +00:00
- if milestone.expired? and not milestone.closed?
%span.cred (Expired)
2016-11-15 17:48:30 +00:00
- if milestone.upcoming?
%span.clgray (Upcoming)
- if milestone.due_date || milestone.start_date
2015-11-30 20:47:44 +00:00
%span
2016-11-15 17:48:30 +00:00
= milestone_date_range(milestone)