=link_toprofile_gpg_key_path(key),data: {confirm: _('Are you sure? Removing this GPG key does not affect already signed commits.')},method: :delete,class: "btn btn-danger gl-ml-3"do
%span.sr-only=_('Remove')
=icon('trash')
=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: "btn btn-danger gl-ml-3"do
=link_toproject_tag_path(@project,tag.name),class: "btn btn-remove remove-row has-tooltip gl-ml-3 #{protected_tag?(@project,tag)?'disabled':''}",title: s_('TagsPage|Delete tag'),method: :delete,data: {confirm: s_('TagsPage|Deleting the %{tag_name} tag cannot be undone. Are you sure?')%{tag_name: tag.name},container: 'body'},remote: truedo