summaryrefslogtreecommitdiff
path: root/app/views/projects/commit/_builds.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/commit/_builds.html.haml')
-rw-r--r--app/views/projects/commit/_builds.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/commit/_builds.html.haml b/app/views/projects/commit/_builds.html.haml
index 5c9a319edeb..a508382578a 100644
--- a/app/views/projects/commit/_builds.html.haml
+++ b/app/views/projects/commit/_builds.html.haml
@@ -1,2 +1,2 @@
-- @ci_commits.each do |ci_commit|
- = render "ci_commit", ci_commit: ci_commit
+- @pipelines.each do |pipeline|
+ = render "pipeline", pipeline: pipeline, pipeline_details: true