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-29 00:18:55 +0300
committerConstance Okoghenun <cokoghenun@gitlab.com>2018-06-29 00:18:55 +0300
commit743d0d5eda5137a1861f1b6cc86a42fac6e49af0 (patch)
treedc3eec5eab74f88b1d60a26aa6158f2eee06f3e9 /app/views/shared/milestones/_milestone.html.haml
parenta87a5836c3e6acd0f5cccf631c12e240c0dfaaa5 (diff)
Adjusted styling of milestone projects in 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 d1b87b616ed..c559945a9c9 100644
--- a/app/views/shared/milestones/_milestone.html.haml
+++ b/app/views/shared/milestones/_milestone.html.haml
@@ -20,7 +20,7 @@
.projects
- milestone.milestones.each do |milestone|
= link_to milestone_path(milestone) do
- %span.label-badge.label-badge-blue.d-inline-block.append-bottom-5.append-right-5
+ %span.label-badge.label-badge-blue.d-inline-block.append-bottom-5
= dashboard ? milestone.project.full_name : milestone.project.name
.col-sm-4.milestone-progress