From 5479be66f2d2e8b8de833441e61e4fb9f28c1b1f Mon Sep 17 00:00:00 2001
From: pabois <pierreandre.boissinot@noesya.coop>
Date: Thu, 13 Jul 2023 11:24:49 +0200
Subject: [PATCH] add field

---
 app/views/admin/communication/websites/_form.html.erb | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/app/views/admin/communication/websites/_form.html.erb b/app/views/admin/communication/websites/_form.html.erb
index ab0b5b565..ffcb0fb04 100644
--- a/app/views/admin/communication/websites/_form.html.erb
+++ b/app/views/admin/communication/websites/_form.html.erb
@@ -19,7 +19,11 @@
             <div class="col-xl-6">
               <%= f.input :git_provider, include_blank: false %>
               <%= f.input :git_endpoint %>
-              <%= f.input :deployment_status_badge, as: :string %>
+              <%= f.input :deployment_status_badge, 
+                          as: :string, 
+                          autocomplete: 'off',
+                          role: 'presentation'
+                          %>
             </div>
             <div class="col-xl-6">
               <%= f.input :access_token, 
-- 
GitLab