diff options
| author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-12-21 00:07:33 +0000 |
|---|---|---|
| committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-12-21 00:07:33 +0000 |
| commit | 7b0db0ccfbec6155d68fc2b7b55a38245f97580c (patch) | |
| tree | 45fc80857b5edca4d598fda46640507c120ea7b3 /app/views/shared/milestones/_header.html.haml | |
| parent | 400e4825b717fbe33283853a0789ea5fe1e2f27d (diff) | |
| download | gitlab-ce-7b0db0ccfbec6155d68fc2b7b55a38245f97580c.tar.gz | |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/shared/milestones/_header.html.haml')
| -rw-r--r-- | app/views/shared/milestones/_header.html.haml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/shared/milestones/_header.html.haml b/app/views/shared/milestones/_header.html.haml index 334785685d5..1d5f282dcf9 100644 --- a/app/views/shared/milestones/_header.html.haml +++ b/app/views/shared/milestones/_header.html.haml @@ -1,7 +1,6 @@ .detail-page-header.milestone-page-header - .status-box{ class: status_box_class(milestone) } + = render Pajamas::BadgeComponent.new(variant: status_box_variant(milestone), class: 'gl-mr-3') do = milestone_status_string(milestone) - .header-text-content %span.identifier %strong |
