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-25 14:48:48 +0300
committerConstance Okoghenun <cokoghenun@gitlab.com>2018-06-25 14:48:48 +0300
commit3219b202222e91f129d69ec9b71f6e5ecc3dc0e4 (patch)
tree7633e0158f5d22134f331c5c9c4e4ef0da5c5581 /app/views/shared/milestones/_milestone.html.haml
parent5468557a5f211c2a03f81ecf11d4c7567a4d9158 (diff)
Updated stlying of title and date range of 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 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}"