summaryrefslogtreecommitdiff
path: root/app/views/projects/merge_requests
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/merge_requests
parentd5bfb9315275c94e69eaa6012d2c43785b5cd3a6 (diff)
downloadgitlab-ce-490d117a5a49b2ebf31518d4a4a819e00bd4b2b1.tar.gz
Remove banner from pipelines page
Diffstat (limited to 'app/views/projects/merge_requests')
-rw-r--r--app/views/projects/merge_requests/index.html.haml2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/views/projects/merge_requests/index.html.haml b/app/views/projects/merge_requests/index.html.haml
index 6b8dcb3e60b..8da2243adef 100644
--- a/app/views/projects/merge_requests/index.html.haml
+++ b/app/views/projects/merge_requests/index.html.haml
@@ -13,8 +13,6 @@
- if @project.merge_requests.exists?
%div{ class: container_class }
- - if show_auto_devops_callout?(@project)
- = render 'shared/auto_devops_callout'
.top-area
= render 'shared/issuable/nav', type: :merge_requests
.nav-controls