Removes EE differences

This commit is contained in:
Filipa Lacerda 2019-07-04 10:55:45 +01:00
parent 6f69d170a0
commit de69040f70
1 changed files with 1 additions and 0 deletions

View File

@ -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