From 5413960b1a0853ed486b642174bca194a1ef0e24 Mon Sep 17 00:00:00 2001 From: Douwe Maan Date: Tue, 15 Dec 2015 17:29:37 +0100 Subject: Fix headers of milestone and snippet show pages --- app/views/projects/milestones/show.html.haml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'app/views/projects/milestones/show.html.haml') 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 -- cgit v1.2.3