Commit e098cd47 authored by Phil Hughes's avatar Phil Hughes

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

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

See merge request gitlab-org/gitlab-ee!14550
parents 56170cbe 37dd9eab
......@@ -5,7 +5,7 @@
- if current_user && can?(current_user, :download_code, project)
= render 'shared/no_ssh'
= render 'shared/no_password'
= render 'shared/shared_runners_minutes_limit', project: project
= 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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment