Commit 42785686 authored by Constance Okoghenun's avatar Constance Okoghenun

Updated the design of milestone list status

parent 1ed954e8
- if milestone.expired? and not milestone.closed?
%span.cred (Expired)
- if milestone.upcoming?
%span.clgray (Upcoming)
- if milestone.due_date || milestone.start_date
%span
%div
= milestone_date_range(milestone)
- if milestone.expired? and not milestone.closed?
.status-box.status-box-expired Expired
- if milestone.upcoming?
.status-box.status-box-mr-merged Upcoming
- if milestone.closed?
.status-box.status-box-closed Closed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment