summaryrefslogtreecommitdiff
path: root/app/views/shared/milestones
diff options
context:
space:
mode:
authorConstance Okoghenun <cokoghenun@gitlab.com>2018-06-21 13:21:31 +0100
committerConstance Okoghenun <cokoghenun@gitlab.com>2018-06-21 13:21:31 +0100
commite25c8a1b2b30e4187dad379c99ba6995f2ef985a (patch)
treed23d31799d6c9469fe8598cc896f87658cf9bf80 /app/views/shared/milestones
parent0eba5e48ac523e84f37e8b3cd2707bf74c0705a4 (diff)
downloadgitlab-ce-e25c8a1b2b30e4187dad379c99ba6995f2ef985a.tar.gz
Updated the styling of milestone projects in groups milestone list
Diffstat (limited to 'app/views/shared/milestones')
-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