summaryrefslogtreecommitdiff
path: root/app/views/shared
diff options
context:
space:
mode:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-05-04 16:25:10 -0500
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-05-04 17:07:47 -0500
commit8d19955c05f18675fc16dee6ca0f4da24013e816 (patch)
treef4a132c7d4ff458d307b96c786dd7cebf909997d /app/views/shared
parent3a3f0bf436007b3eecc0b85d0fc696951245ab6a (diff)
downloadgitlab-ce-8d19955c05f18675fc16dee6ca0f4da24013e816.tar.gz
Revert counter parentheses back to badges15179-builds-redesign
Diffstat (limited to 'app/views/shared')
-rw-r--r--app/views/shared/milestones/_top.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/milestones/_top.html.haml b/app/views/shared/milestones/_top.html.haml
index 8bca971bcf2..7ff947a51db 100644
--- a/app/views/shared/milestones/_top.html.haml
+++ b/app/views/shared/milestones/_top.html.haml
@@ -24,7 +24,7 @@
- else
= link_to 'Reopen Milestone', group_milestone_path(group, milestone.safe_title, title: milestone.title, milestone: {state_event: :activate }), method: :put, class: "btn btn-grouped btn-reopen"
-.detail-page-description.milestone-detailrow-content-block.second-block
+.detail-page-description.milestone-detail
%h2.title
= markdown escape_once(milestone.title), pipeline: :single_line