summaryrefslogtreecommitdiff
path: root/app/views/projects/show.html.haml
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2017-09-01 12:18:00 +0100
committerFilipa Lacerda <filipa@gitlab.com>2017-09-01 12:56:47 +0100
commit354df65295028ac09ed7e4a924e39ff567b38a4b (patch)
tree07ec147976026a1983986b048c93cd31ee21ca32 /app/views/projects/show.html.haml
parentdf3d4764034bdad9f6151ab8808b71e1e5088d9c (diff)
downloadgitlab-ce-354df65295028ac09ed7e4a924e39ff567b38a4b.tar.gz
Creates auto devops callout
Diffstat (limited to 'app/views/projects/show.html.haml')
-rw-r--r--app/views/projects/show.html.haml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/projects/show.html.haml b/app/views/projects/show.html.haml
index a9b39cedb1d..06822ee2cce 100644
--- a/app/views/projects/show.html.haml
+++ b/app/views/projects/show.html.haml
@@ -81,5 +81,8 @@
- view_path = default_project_view
+ -# TODO add verfication
+ = render 'shared/auto_devops_callout'
+
%div{ class: project_child_container_class(view_path) }
= render view_path