diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-04-13 18:09:35 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-04-13 18:09:35 +0000 |
commit | 6ce0f44c6b2c2af48c7ef4fef97913d054088deb (patch) | |
tree | f2c44edcf88c3bafea5e25229888911e0900675b /app/views/projects | |
parent | b77fb04678a4e76d025048e9846adc2ac709414a (diff) | |
download | gitlab-ce-6ce0f44c6b2c2af48c7ef4fef97913d054088deb.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/projects')
-rw-r--r-- | app/views/projects/_flash_messages.html.haml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/projects/_flash_messages.html.haml b/app/views/projects/_flash_messages.html.haml index 52bfc4f1b14..f9222387e97 100644 --- a/app/views/projects/_flash_messages.html.haml +++ b/app/views/projects/_flash_messages.html.haml @@ -8,5 +8,4 @@ - unless project.empty_repo? = render 'shared/auto_devops_implicitly_enabled_banner', project: project = render_if_exists 'projects/above_size_limit_warning', project: project - = render_if_exists "layouts/header/ee_subscribable_banner", subscription: true = render_if_exists 'shared/shared_runners_minutes_limit', project: project, classes: [container_class, ("limit-container-width" unless fluid_layout)] |