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
path: root/app
diff options
context:
space:
mode:
authorMarin Jankovski <marin@gitlab.com>2014-07-10 10:37:51 +0400
committerMarin Jankovski <marin@gitlab.com>2014-07-10 10:37:51 +0400
commit0f80ffdf8756a76a6ea0daaa2da5d3e193fcbe99 (patch)
tree11b62415de74c9c31cde90b3c74be78e517ef710 /app
parentd4e7db40829a9ece62ead4d98380b36c2707c556 (diff)
Use heading instead of strong and line breaks in description.
Diffstat (limited to 'app')
-rw-r--r--app/views/groups/milestones/show.html.haml4
1 files changed, 1 insertions, 3 deletions
diff --git a/app/views/groups/milestones/show.html.haml b/app/views/groups/milestones/show.html.haml
index 3daf5d986d5..29b274af5a5 100644
--- a/app/views/groups/milestones/show.html.haml
+++ b/app/views/groups/milestones/show.html.haml
@@ -29,11 +29,9 @@
.description
- @group_milestone.milestones.each do |milestone|
%hr
- %strong
+ %h4
= link_to "#{milestone.project.name} - #{milestone.title}", project_milestone_path(milestone.project, milestone)
%span.pull-right= milestone.expires_at
- %br
- %br
= preserve do
- if milestone.description.present?
= milestone.description