summaryrefslogtreecommitdiff
path: root/app/views/groups/milestones/show.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/groups/milestones/show.html.haml')
-rw-r--r--app/views/groups/milestones/show.html.haml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/groups/milestones/show.html.haml b/app/views/groups/milestones/show.html.haml
index 8f2decb851f..0c213f42186 100644
--- a/app/views/groups/milestones/show.html.haml
+++ b/app/views/groups/milestones/show.html.haml
@@ -1,4 +1,6 @@
- page_title @group_milestone.title, "Milestones"
+= render "header_title"
+
%h4.page-title
.issue-box{ class: "issue-box-#{@group_milestone.closed? ? 'closed' : 'open'}" }
- if @group_milestone.closed?