Skip to content
Snippets Groups Projects
Commit 8c0c4750 authored by Constance Okoghenun's avatar Constance Okoghenun
Browse files

Added styling for milestone progress

parent 44c82ebb
No related branches found
No related tags found
1 merge request!10495Merge Requests - Assignee
Loading
Loading
@@ -267,7 +267,6 @@ li.note {
}
 
.progress {
margin-bottom: 0;
margin-top: 4px;
box-shadow: none;
background-color: $border-gray-light;
Loading
Loading
Loading
Loading
@@ -23,6 +23,13 @@
.progress {
width: 100%;
height: 6px;
margin-bottom: $gl-padding-4;
}
.milestone-progress {
a {
color: $gl-link-color;
}
}
}
}
Loading
Loading
Loading
Loading
@@ -7,7 +7,7 @@
.col-sm-6
%strong= link_to truncate(milestone.title, length: 100), milestone_path
- unless dashboard
= milestone_type
= " - #{milestone_type}"
 
- if @project || milestone.is_a?(GlobalMilestone) || milestone.group_milestone?
= render('shared/milestone_expired', milestone: milestone)
Loading
Loading
@@ -18,7 +18,7 @@
%span.badge.badge-gray
= dashboard ? milestone.project.full_name : milestone.project.name
 
.col-sm-4
.col-sm-4.milestone-progress
= milestone_progress_bar(milestone)
= link_to pluralize(milestone.total_issues_count(current_user), 'Issue'), issues_path
·
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment