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.haml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/projects/commit/_builds.html.haml b/app/views/projects/commit/_builds.html.haml
new file mode 100644
index 00000000000..b7087749428
--- /dev/null
+++ b/app/views/projects/commit/_builds.html.haml
@@ -0,0 +1,2 @@
+- @ci_pipelines.each do |pipeline|
+ = render "pipeline", pipeline: pipeline, pipeline_details: true