diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-12-15 17:29:37 +0100 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-12-15 17:29:37 +0100 |
commit | 5413960b1a0853ed486b642174bca194a1ef0e24 (patch) | |
tree | 7cd63303905c173e0edb1854bf37055e088f7013 /app/views/projects/milestones | |
parent | 4493d3fd556af6ded47f940f258b0fc26c9eb3e8 (diff) | |
download | gitlab-ce-5413960b1a0853ed486b642174bca194a1ef0e24.tar.gz |
Fix headers of milestone and snippet show pages
Diffstat (limited to 'app/views/projects/milestones')
-rw-r--r-- | app/views/projects/milestones/show.html.haml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/app/views/projects/milestones/show.html.haml b/app/views/projects/milestones/show.html.haml index 7ecee440337..97e1085cabf 100644 --- a/app/views/projects/milestones/show.html.haml +++ b/app/views/projects/milestones/show.html.haml @@ -2,7 +2,7 @@ = render "header_title" .issuable-details - .page-title + .issuable-title .issue-box{ class: issue_box_class(@milestone) } - if @milestone.closed? Closed @@ -10,7 +10,8 @@ Expired - else Open - Milestone ##{@milestone.iid} + %span.issuable-id + Milestone ##{@milestone.iid} - if @milestone.expires_at %span.creator · @@ -30,7 +31,7 @@ %i.fa.fa-trash-o Delete - .gray-content-block.middle-block + .gray-content-block.second-block %h2.issue-title = markdown escape_once(@milestone.title), pipeline: :single_line %div |