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

8 lines
218 B
Text
Raw Normal View History

2015-12-23 02:04:40 +05:30
- if milestone.expired? and not milestone.closed?
%span.cred (Expired)
2017-08-17 22:00:37 +05:30
- if milestone.upcoming?
%span.clgray (Upcoming)
- if milestone.due_date || milestone.start_date
2015-12-23 02:04:40 +05:30
%span
2017-08-17 22:00:37 +05:30
= milestone_date_range(milestone)