summaryrefslogtreecommitdiff
path: root/app/views/projects/deploy_keys
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-04-12 18:10:14 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-04-12 18:10:14 +0000
commite52d49e87e5d536ea67021162cdbbef0e8d0f594 (patch)
tree648ecde57503780779ee9ce2ec4d8fb02fd94749 /app/views/projects/deploy_keys
parent6e881971b0cbe42e3d8ca10a5e91cb9c611ae95b (diff)
downloadgitlab-ce-e52d49e87e5d536ea67021162cdbbef0e8d0f594.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/projects/deploy_keys')
-rw-r--r--app/views/projects/deploy_keys/edit.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/deploy_keys/edit.html.haml b/app/views/projects/deploy_keys/edit.html.haml
index f0214ade313..263b0025fe8 100644
--- a/app/views/projects/deploy_keys/edit.html.haml
+++ b/app/views/projects/deploy_keys/edit.html.haml
@@ -3,7 +3,7 @@
%hr
%div
- = form_for [@project, @deploy_key], include_id: false, html: { class: 'js-requires-input' } do |f|
+ = gitlab_ui_form_for [@project, @deploy_key], include_id: false, html: { class: 'js-requires-input' } do |f|
= render partial: 'shared/deploy_keys/form', locals: { form: f, deploy_key: @deploy_key }
.form-actions
= f.submit _('Save changes'), class: 'gl-button btn btn-confirm'