2017-07-18 11:09:14 -04:00
|
|
|
- project = local_assigns.fetch(:project)
|
|
|
|
|
2017-09-06 06:58:24 -04:00
|
|
|
= content_for :flash_message do
|
2017-07-18 11:09:14 -04:00
|
|
|
= render partial: 'deletion_failed', locals: { project: project }
|
2017-06-29 07:43:01 -04:00
|
|
|
- if current_user && can?(current_user, :download_code, project)
|
|
|
|
= render 'shared/no_ssh'
|
|
|
|
= render 'shared/no_password'
|
2019-03-12 10:20:52 -04:00
|
|
|
- unless project.empty_repo?
|
|
|
|
= render 'shared/auto_devops_implicitly_enabled_banner', project: project
|
2019-05-15 11:31:52 -04:00
|
|
|
= render_if_exists 'projects/above_size_limit_warning', project: project
|
2019-08-05 06:10:43 -04:00
|
|
|
= render_if_exists 'shared/shared_runners_minutes_limit', project: project, classes: [container_class, ("limit-container-width" unless fluid_layout)]
|