=link_to'Delete',admin_label_path(label),class: 'btn btn-sm btn-remove remove-row',method: :delete,remote: true,data: {confirm: "Delete this label? Are you sure?"}
=link_to'Delete',admin_label_path(label),class: 'btn btn-sm btn-remove remove-row',method: :delete,remote: true,data: {confirm: "Delete this label? Are you sure?"}
=link_to'Remove',profile_chat_name_path(chat_name),method: :delete,class: 'btn btn-danger pull-right',data: {confirm: 'Are you sure you want to revoke this nickname?'}
=link_to'Remove',profile_chat_name_path(chat_name),method: :delete,class: 'btn btn-danger float-right',data: {confirm: 'Are you sure you want to revoke this nickname?'}
=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 prepend-left-10"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: "btn btn-danger prepend-left-10"do
%td=link_to"Delete",profile_u2f_registration_path(registration),method: :delete,class: "btn btn-danger pull-right",data: {confirm: "Are you sure you want to delete this device? This action cannot be undone."}
%td=link_to"Delete",profile_u2f_registration_path(registration),method: :delete,class: "btn btn-danger float-right",data: {confirm: "Are you sure you want to delete this device? This action cannot be undone."}
%td=link_to"Revoke",path,method: :put,class: "btn btn-danger pull-right",data: {confirm: "Are you sure you want to revoke this #{type} Token? This action cannot be undone."}
%td=link_to"Revoke",path,method: :put,class: "btn btn-danger float-right",data: {confirm: "Are you sure you want to revoke this #{type} Token? This action cannot be undone."}