_milestone_expired.html.haml 218 Bytes EditWeb IDE 1 2 3 4 5 6 7 - if milestone.expired? and not milestone.closed? %span.cred (Expired) - if milestone.upcoming? %span.clgray (Upcoming) - if milestone.due_date || milestone.start_date %span = milestone_date_range(milestone)