summaryrefslogtreecommitdiff
path: root/app/views/projects/pipelines/_with_tabs.html.haml
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2016-11-24 16:43:54 +0000
committerFilipa Lacerda <filipa@gitlab.com>2016-11-30 17:06:47 +0000
commitcc4434a483e75dd83055fe21ef4dedadbfcdc4c7 (patch)
tree177d0ea1005fca9957cd6a2f8ec9f509edb50fd1 /app/views/projects/pipelines/_with_tabs.html.haml
parentda8c2e69876808d991e8c44b0ea86bb1f4c4e5ee (diff)
downloadgitlab-ce-cc4434a483e75dd83055fe21ef4dedadbfcdc4c7.tar.gz
Fix after review
Adds require statement
Diffstat (limited to 'app/views/projects/pipelines/_with_tabs.html.haml')
-rw-r--r--app/views/projects/pipelines/_with_tabs.html.haml10
1 files changed, 0 insertions, 10 deletions
diff --git a/app/views/projects/pipelines/_with_tabs.html.haml b/app/views/projects/pipelines/_with_tabs.html.haml
index 4cc0e116122..d4d2e360f39 100644
--- a/app/views/projects/pipelines/_with_tabs.html.haml
+++ b/app/views/projects/pipelines/_with_tabs.html.haml
@@ -52,13 +52,3 @@
%th
- pipeline.statuses.relevant.stages.each do |stage|
= render 'projects/commit/ci_stage', stage: stage, statuses: pipeline.statuses.relevant.where(stage: stage)
-
-
-:javascript
- var pipelines_tab;
-
- pipelines_tab = new window.gl.LinkedTabs({
- action: "#{controller.action_name}",
- defaultAction: 'pipelines',
- parentEl: '.pipelines-tabs'
- });