debian-mirror-gitlab/app/views/admin/deploy_keys/edit.html.haml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
467 B
Text
Raw Normal View History

2019-07-07 11:18:12 +05:30
- page_title _('Edit Deploy Key')
2022-07-23 23:45:48 +05:30
%h1.page-title.gl-font-size-h-display= _('Edit public deploy key')
2017-09-10 17:25:29 +05:30
%hr
%div
2022-11-25 23:54:43 +05:30
= gitlab_ui_form_for [:admin, @deploy_key], html: { class: 'deploy-key-form' } do |f|
2017-09-10 17:25:29 +05:30
= render partial: 'shared/deploy_keys/form', locals: { form: f, deploy_key: @deploy_key }
.form-actions
2022-11-25 23:54:43 +05:30
= f.submit _('Save changes'), pajamas_button: true
2023-03-04 22:38:38 +05:30
= render Pajamas::ButtonComponent.new(href: admin_deploy_keys_path) do
= _('Cancel')