Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2017-09-01 14:18:00 +0300
committerFilipa Lacerda <filipa@gitlab.com>2017-09-01 14:56:47 +0300
commit354df65295028ac09ed7e4a924e39ff567b38a4b (patch)
tree07ec147976026a1983986b048c93cd31ee21ca32 /app/views/projects/merge_requests/index.html.haml
parentdf3d4764034bdad9f6151ab8808b71e1e5088d9c (diff)
Creates auto devops callout
Diffstat (limited to 'app/views/projects/merge_requests/index.html.haml')
-rw-r--r--app/views/projects/merge_requests/index.html.haml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/projects/merge_requests/index.html.haml b/app/views/projects/merge_requests/index.html.haml
index c020e7db380..f3ec6467a8a 100644
--- a/app/views/projects/merge_requests/index.html.haml
+++ b/app/views/projects/merge_requests/index.html.haml
@@ -20,6 +20,8 @@
- if @project.merge_requests.exists?
%div{ class: container_class }
+ -# TODO add verfication
+ = render 'shared/auto_devops_callout'
.top-area
= render 'shared/issuable/nav', type: :merge_requests
.nav-controls{ class: ("visible-xs" if show_new_nav?) }