summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Bennett <lbennett@gitlab.com>2019-05-15 16:31:52 +0100
committerLuke Bennett <lbennett@gitlab.com>2019-05-16 11:33:51 +0100
commit1d78d88ef0e8c3e20e0a93487b44f37026f33660 (patch)
treeacc99d40df2b13e41127659720fe5c58877a0a7d
parent9353339ca639f47d8c1fee151e76abc0acd3b077 (diff)
downloadgitlab-ce-flash-messages-scb.tar.gz
Resolve CE/EE diffs in _flash_messagesflash-messages-scb
Part of single codebase changes.
-rw-r--r--app/views/projects/_flash_messages.html.haml1
1 files changed, 1 insertions, 0 deletions
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