d6fa67824d
If ADO is implicitly enabled for a project due to the instance wide setting feature or feature flag rollout then an owner or maintainer visiting that project are going to see a banner. Closes #50535
8 lines
351 B
Text
8 lines
351 B
Text
- project = local_assigns.fetch(:project)
|
|
|
|
= content_for :flash_message do
|
|
= render partial: 'deletion_failed', locals: { project: project }
|
|
- if current_user && can?(current_user, :download_code, project)
|
|
= render 'shared/no_ssh'
|
|
= render 'shared/no_password'
|
|
= render 'shared/auto_devops_implicitly_enabled_banner', project: project
|