summaryrefslogtreecommitdiff
path: root/app/views/shared/milestones
diff options
context:
space:
mode:
authorConstance Okoghenun <cokoghenun@gitlab.com>2018-06-25 12:48:48 +0100
committerConstance Okoghenun <cokoghenun@gitlab.com>2018-06-25 12:48:48 +0100
commit3219b202222e91f129d69ec9b71f6e5ecc3dc0e4 (patch)
tree7633e0158f5d22134f331c5c9c4e4ef0da5c5581 /app/views/shared/milestones
parent5468557a5f211c2a03f81ecf11d4c7567a4d9158 (diff)
downloadgitlab-ce-3219b202222e91f129d69ec9b71f6e5ecc3dc0e4.tar.gz
Updated stlying of title and date range of 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 4661126c904..297b88d2342 100644
--- a/app/views/shared/milestones/_milestone.html.haml
+++ b/app/views/shared/milestones/_milestone.html.haml
@@ -5,7 +5,7 @@
%li{ class: "milestone milestone-#{milestone.closed? ? 'closed' : 'open'}", id: custom_dom_id }
.row
.col-sm-6
- %div
+ .append-bottom-5
%strong= link_to truncate(milestone.title, length: 100), milestone_path
- if @group
= " - #{milestone_type}"