Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-12-15 19:29:37 +0300
committerDouwe Maan <douwe@gitlab.com>2015-12-15 19:29:37 +0300
commit5413960b1a0853ed486b642174bca194a1ef0e24 (patch)
tree7cd63303905c173e0edb1854bf37055e088f7013 /app/views/projects/milestones/show.html.haml
parent4493d3fd556af6ded47f940f258b0fc26c9eb3e8 (diff)
Fix headers of milestone and snippet show pages
Diffstat (limited to 'app/views/projects/milestones/show.html.haml')
-rw-r--r--app/views/projects/milestones/show.html.haml7
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
&middot;
@@ -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