diff options
author | Annabel Dunstone <annabel.dunstone@gmail.com> | 2016-08-09 15:39:01 -0500 |
---|---|---|
committer | Annabel Dunstone <annabel.dunstone@gmail.com> | 2016-08-09 15:39:01 -0500 |
commit | 94ca1e3edea8fa8e70e828cc4127e0cb8ec8a9d1 (patch) | |
tree | 6ba810f99be9cf97676de6456b98550d3e796ced /app/views | |
parent | aeacadb3e32156a33060fea81243a4cef8fc1c3e (diff) | |
download | gitlab-ce-94ca1e3edea8fa8e70e828cc4127e0cb8ec8a9d1.tar.gz |
Fix graph scrolling bug
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/projects/commit/_pipeline.html.haml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app/views/projects/commit/_pipeline.html.haml b/app/views/projects/commit/_pipeline.html.haml index 2edf660db71..0c006656d1d 100644 --- a/app/views/projects/commit/_pipeline.html.haml +++ b/app/views/projects/commit/_pipeline.html.haml @@ -1,5 +1,4 @@ -.row-content-block.white - +.row-content-block.build-content.middle-block.pipeline-graph .pipeline-visualization %ul.stage-column-list - pipeline.statuses.stages.each do |stage| @@ -19,7 +18,7 @@ = ci_icon_for_status(status) = build.name -.row-content-block.build-content.middle-block +.row-content-block.build-content.middle-block.pipeline-graph .pull-right - if can?(current_user, :update_pipeline, pipeline.project) - if pipeline.builds.latest.failed.any?(&:retryable?) |