diff options
author | Clement Ho <ClemMakesApps@gmail.com> | 2017-07-18 13:08:23 -0500 |
---|---|---|
committer | Clement Ho <ClemMakesApps@gmail.com> | 2017-07-18 13:08:23 -0500 |
commit | d66f8334310c77ad5908eec8d31ddb7cc19aeb2c (patch) | |
tree | f36049639a652e2740ca26ce2ae6499cb361f8ff /app/views/projects/jobs | |
parent | 9c70d98eefa9e306171158a5e1aaca17b6e47917 (diff) | |
download | gitlab-ce-d66f8334310c77ad5908eec8d31ddb7cc19aeb2c.tar.gz |
Fix CI Status alignment for artifacts pagefix-ci-status-alignment-artifacts
Diffstat (limited to 'app/views/projects/jobs')
-rw-r--r-- | app/views/projects/jobs/_header.html.haml | 2 |
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 |