From d6fa67824d13fc342721e996810f2838d4706fd2 Mon Sep 17 00:00:00 2001 From: Mayra Cabrera Date: Tue, 4 Sep 2018 10:23:11 -0500 Subject: Displays banner to notify users ADO is implicitly enabled 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 --- app/views/projects/_flash_messages.html.haml | 1 + 1 file changed, 1 insertion(+) (limited to 'app/views/projects/_flash_messages.html.haml') diff --git a/app/views/projects/_flash_messages.html.haml b/app/views/projects/_flash_messages.html.haml index 0175b519867..7a5fff96676 100644 --- a/app/views/projects/_flash_messages.html.haml +++ b/app/views/projects/_flash_messages.html.haml @@ -5,3 +5,4 @@ - 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 -- cgit v1.2.1