From 1d78d88ef0e8c3e20e0a93487b44f37026f33660 Mon Sep 17 00:00:00 2001 From: Luke Bennett Date: Wed, 15 May 2019 16:31:52 +0100 Subject: [PATCH] Resolve CE/EE diffs in _flash_messages Part of single codebase changes. --- app/views/projects/_flash_messages.html.haml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/projects/_flash_messages.html.haml b/app/views/projects/_flash_messages.html.haml index b72f0e39b23..b2dab0b5348 100644 --- a/app/views/projects/_flash_messages.html.haml +++ b/app/views/projects/_flash_messages.html.haml @@ -7,3 +7,4 @@ = render 'shared/no_password' - unless project.empty_repo? = render 'shared/auto_devops_implicitly_enabled_banner', project: project + = render_if_exists 'projects/above_size_limit_warning', project: project