Merge branch '12556-flash-message' into 'master'

Removes EE differences for app/views/projects/_flash_messages.html.haml

Closes gitlab-ee#12556

See merge request gitlab-org/gitlab-ce!30344
This commit is contained in:
Phil Hughes 2019-07-04 15:07:23 +00:00
commit 54ced8d531
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
- if current_user && can?(current_user, :download_code, project)
= render 'shared/no_ssh'
= render 'shared/no_password'
= render_if_exists 'shared/shared_runners_minutes_limit', project: project
- unless project.empty_repo?
= render 'shared/auto_devops_implicitly_enabled_banner', project: project
= render_if_exists 'projects/above_size_limit_warning', project: project