summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2019-07-04 10:55:45 +0100
committerFilipa Lacerda <filipa@gitlab.com>2019-07-04 10:55:45 +0100
commitde69040f70718042d7041752ef64bc15d97b3191 (patch)
tree88f54ddd165885fbdf4b734d471fb6ec8f17dbf7
parent6f69d170a04f97112441fa61bfc788441a1c9810 (diff)
downloadgitlab-ce-12556-flash-message.tar.gz
Removes EE differences12556-flash-message
-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 b2dab0b5348..d95045c9cce 100644
--- a/app/views/projects/_flash_messages.html.haml
+++ b/app/views/projects/_flash_messages.html.haml
@@ -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