Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConstance Okoghenun <cokoghenun@gitlab.com>2018-06-21 15:21:31 +0300
committerConstance Okoghenun <cokoghenun@gitlab.com>2018-06-21 15:21:31 +0300
commite25c8a1b2b30e4187dad379c99ba6995f2ef985a (patch)
treed23d31799d6c9469fe8598cc896f87658cf9bf80 /app/views/shared/milestones/_milestone.html.haml
parent0eba5e48ac523e84f37e8b3cd2707bf74c0705a4 (diff)
Updated the styling of milestone projects in groups milestone list
Diffstat (limited to 'app/views/shared/milestones/_milestone.html.haml')
-rw-r--r--app/views/shared/milestones/_milestone.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/milestones/_milestone.html.haml b/app/views/shared/milestones/_milestone.html.haml
index 0ed52404cd8..92fe76b8646 100644
--- a/app/views/shared/milestones/_milestone.html.haml
+++ b/app/views/shared/milestones/_milestone.html.haml
@@ -16,7 +16,7 @@
.projects
- milestone.milestones.each do |milestone|
= link_to milestone_path(milestone) do
- %span.badge.badge-gray
+ %span.label-badge.label-badge-blue
= dashboard ? milestone.project.full_name : milestone.project.name
.col-sm-4.milestone-progress