Skip to content
Snippets Groups Projects
Commit 5479be66 authored by pabois's avatar pabois
Browse files

add field

parent d7d30cf3
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment