summaryrefslogtreecommitdiff
path: root/app/views/dashboard/milestones/show.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/dashboard/milestones/show.html.haml')
-rw-r--r--app/views/dashboard/milestones/show.html.haml7
1 files changed, 4 insertions, 3 deletions
diff --git a/app/views/dashboard/milestones/show.html.haml b/app/views/dashboard/milestones/show.html.haml
index 44b7efe5232..12f5d46289b 100644
--- a/app/views/dashboard/milestones/show.html.haml
+++ b/app/views/dashboard/milestones/show.html.haml
@@ -2,15 +2,16 @@
- header_title "Milestones", dashboard_milestones_path
.issuable-details
- .page-title
+ .issuable-title
.issue-box{ class: "issue-box-#{@milestone.closed? ? 'closed' : 'open'}" }
- if @milestone.closed?
Closed
- else
Open
- Milestone #{@milestone.title}
+ %span.issuable-id
+ Milestone #{@milestone.title}
- .gray-content-block.middle-block
+ .gray-content-block.second-block
%h2.issue-title
= markdown escape_once(@milestone.title), pipeline: :single_line