2017-09-10 17:25:29 +05:30
|
|
|
- project = local_assigns.fetch(:project)
|
|
|
|
|
2018-03-17 18:26:18 +05:30
|
|
|
= content_for :flash_message do
|
2017-09-10 17:25:29 +05:30
|
|
|
= render partial: 'deletion_failed', locals: { project: project }
|
|
|
|
- if current_user && can?(current_user, :download_code, project)
|
|
|
|
= render 'shared/no_ssh'
|
|
|
|
= render 'shared/no_password'
|
2019-07-07 11:18:12 +05:30
|
|
|
- unless project.empty_repo?
|
|
|
|
= render 'shared/auto_devops_implicitly_enabled_banner', project: project
|
2019-09-04 21:01:54 +05:30
|
|
|
= render_if_exists 'projects/above_size_limit_warning', project: project
|
2019-10-12 21:52:04 +05:30
|
|
|
= render_if_exists 'shared/shared_runners_minutes_limit', project: project, classes: [container_class, ("limit-container-width" unless fluid_layout)]
|