=link_toprofile_gpg_key_path(key),data: {confirm: _('Are you sure? Removing this GPG key does not affect already signed commits.')},method: :delete,class: "gl-button btn btn-danger gl-ml-3"do
=link_toprofile_gpg_key_path(key),data: {confirm: _('Are you sure? Removing this GPG key does not affect already signed commits.')},method: :delete,class: "gl-button btn btn-icon btn-danger gl-ml-3"do
%span.sr-only=_('Remove')
=sprite_icon('remove')
=link_torevoke_profile_gpg_key_path(key),data: {confirm: _('Are you sure? All commits that were signed with this GPG key will be unverified.')},method: :put,class: "gl-button btn btn-danger gl-ml-3"do