summaryrefslogtreecommitdiff
path: root/app/views/projects/milestones/show.html.haml
diff options
context:
space:
mode:
authorTaurie Davis <taurie@gitlab.com>2017-04-25 17:13:59 +0000
committerPhil Hughes <me@iamphill.com>2017-04-25 17:13:59 +0000
commit4a972aa2293af24f5b1a343b073acd9c1b18ca97 (patch)
tree3aa339ba1464d5a32de8c258e12b8f0f687f3c91 /app/views/projects/milestones/show.html.haml
parent226e184d6ae5d249016acbd0661e94b006193da9 (diff)
downloadgitlab-ce-4a972aa2293af24f5b1a343b073acd9c1b18ca97.tar.gz
Resolve "Clean up padding with Markdown headers"
Diffstat (limited to 'app/views/projects/milestones/show.html.haml')
-rw-r--r--app/views/projects/milestones/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/milestones/show.html.haml b/app/views/projects/milestones/show.html.haml
index e8c9d7f8429..33bbbd9a3f8 100644
--- a/app/views/projects/milestones/show.html.haml
+++ b/app/views/projects/milestones/show.html.haml
@@ -36,7 +36,7 @@
%a.btn.btn-default.btn-grouped.pull-right.visible-xs-block.js-sidebar-toggle{ href: "#" }
= icon('angle-double-left')
- .detail-page-description.milestone-detail{ class: ('hide-bottom-border' unless @milestone.description.present? ) }
+ .detail-page-description.milestone-detail
%h2.title
= markdown_field(@milestone, :title)
%div