summaryrefslogtreecommitdiff
path: root/app/views/projects/commit/_builds.html.haml
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2016-11-25 18:10:32 +0000
committerFilipa Lacerda <filipa@gitlab.com>2016-12-21 11:18:13 +0000
commit9a82aa70e3f3ff679c7a27ccbb9d497576b20822 (patch)
treece3319cfb4aae72797bc0f3f247d79a41481e551 /app/views/projects/commit/_builds.html.haml
parentdfa842ce1de5b93bca2f336f3cf8c8769a555853 (diff)
downloadgitlab-ce-9a82aa70e3f3ff679c7a27ccbb9d497576b20822.tar.gz
Remove builds tab from commit
Remove unused file Fix commit link
Diffstat (limited to 'app/views/projects/commit/_builds.html.haml')
-rw-r--r--app/views/projects/commit/_builds.html.haml2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/views/projects/commit/_builds.html.haml b/app/views/projects/commit/_builds.html.haml
deleted file mode 100644
index b7087749428..00000000000
--- a/app/views/projects/commit/_builds.html.haml
+++ /dev/null
@@ -1,2 +0,0 @@
-- @ci_pipelines.each do |pipeline|
- = render "pipeline", pipeline: pipeline, pipeline_details: true