summaryrefslogtreecommitdiff
path: root/app/views/projects/pipelines/index.html.haml
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2017-10-16 16:16:42 +0000
committerPhil Hughes <me@iamphill.com>2017-10-16 16:16:42 +0000
commit490d117a5a49b2ebf31518d4a4a819e00bd4b2b1 (patch)
treefc5e28d130590c4d016f25b77b8503c9b9520ee4 /app/views/projects/pipelines/index.html.haml
parentd5bfb9315275c94e69eaa6012d2c43785b5cd3a6 (diff)
downloadgitlab-ce-490d117a5a49b2ebf31518d4a4a819e00bd4b2b1.tar.gz
Remove banner from pipelines page
Diffstat (limited to 'app/views/projects/pipelines/index.html.haml')
-rw-r--r--app/views/projects/pipelines/index.html.haml2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/views/projects/pipelines/index.html.haml b/app/views/projects/pipelines/index.html.haml
index a10a7c23924..f8627a3818b 100644
--- a/app/views/projects/pipelines/index.html.haml
+++ b/app/views/projects/pipelines/index.html.haml
@@ -2,8 +2,6 @@
- page_title "Pipelines"
%div{ 'class' => container_class }
- - if show_auto_devops_callout?(@project)
- = render 'shared/auto_devops_callout'
#pipelines-list-vue{ data: { endpoint: project_pipelines_path(@project, format: :json),
"help-page-path" => help_page_path('ci/quick_start/README'),
"help-auto-devops-path" => help_page_path('topics/autodevops/index.md'),