=link_to_('Delete'),group_hook_path(@group,@hook),method: :delete,class: 'gl-button btn btn-danger float-right',data: {confirm: _('Are you sure?')}
=link_to_('Delete'),group_hook_path(@group,@hook),method: :delete,class: 'gl-button btn btn-danger float-right',aria: {label: s_('Webhooks|Delete webhook')},data: {confirm: s_('Webhooks|Are you sure you want to delete this group hook?'),confirm_btn_variant: 'danger'}