summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Zallmann <tzallmann@gitlab.com>2017-07-19 13:27:32 +0000
committerMike Greiling <mike@pixelcog.com>2017-07-20 17:04:18 -0500
commit157a08730f82c4e7a59a25a9e98b2e50caa819a3 (patch)
tree8424197b728bfc2d3d863efc2a008a437ac3f63a
parenta11cb157f8ae5e800b5119172b06742ab382ada1 (diff)
downloadgitlab-ce-157a08730f82c4e7a59a25a9e98b2e50caa819a3.tar.gz
Merge branch 'fix-ci-status-alignment-artifacts' into 'master'
Fix CI Status alignment for artifacts page Closes #35251 See merge request !12948
-rw-r--r--app/views/projects/jobs/_header.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/jobs/_header.html.haml b/app/views/projects/jobs/_header.html.haml
index d81b8f6bb4c..83a2af1dc74 100644
--- a/app/views/projects/jobs/_header.html.haml
+++ b/app/views/projects/jobs/_header.html.haml
@@ -1,7 +1,7 @@
- show_controls = local_assigns.fetch(:show_controls, true)
- pipeline = @build.pipeline
-.content-block.build-header.top-area
+.content-block.build-header.top-area.page-content-header
.header-content
= render 'ci/status/badge', status: @build.detailed_status(current_user), link: false, title: @build.status_title
%strong