diff --git a/app/views/admin/communication/websites/_form.html.erb b/app/views/admin/communication/websites/_form.html.erb index ab0b5b565de558f4836dd6551adfac19f34c7470..ffcb0fb0433b9498e528d1541556a7e39e647449 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,