Merge branch '37890-auto-devops-banner-is-not-shown-when-the-repository-is-empty-new-project' into 'master'

Resolve "Auto DevOps banner is not shown when the repository is empty (new project)"

Closes #37890

See merge request gitlab-org/gitlab-ce!14321
This commit is contained in:
Stan Hu 2017-09-19 17:53:02 +00:00
commit 5ca29a45b1
2 changed files with 7 additions and 0 deletions

View File

@ -27,6 +27,8 @@
- if can?(current_user, :push_code, @project)
%div{ class: container_class }
- if show_auto_devops_callout?(@project)
= render 'shared/auto_devops_callout'
.prepend-top-20
.empty_wrapper
%h3.page-title-empty

View File

@ -0,0 +1,5 @@
---
title: Fix Auto DevOps banner to be shown on empty projects
merge_request:
author:
type: fixed