debian-mirror-gitlab/app/views/shared/ssh_keys/_key_delete.html.haml

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

6 lines
231 B
Text
Raw Normal View History

2023-03-04 22:38:38 +05:30
- category = local_assigns[:category] || :primary
2021-06-08 01:23:25 +05:30
2023-03-04 22:38:38 +05:30
.gl-p-2
2023-04-23 21:23:45 +05:30
= render Pajamas::ButtonComponent.new(variant: :danger, category: category, button_options: { class: 'js-confirm-modal-button', data: button_data }) do
= _('Delete')