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:
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
·
@@ -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