summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-08-09 15:39:01 -0500
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-08-09 15:39:01 -0500
commit94ca1e3edea8fa8e70e828cc4127e0cb8ec8a9d1 (patch)
tree6ba810f99be9cf97676de6456b98550d3e796ced /app/views
parentaeacadb3e32156a33060fea81243a4cef8fc1c3e (diff)
downloadgitlab-ce-94ca1e3edea8fa8e70e828cc4127e0cb8ec8a9d1.tar.gz
Fix graph scrolling bug
Diffstat (limited to 'app/views')
-rw-r--r--app/views/projects/commit/_pipeline.html.haml5
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?)