%td=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?"}
%td=
-ifchat_name.used_at
time_ago_with_tooltip(chat_name.used_at)
-else
Never
%td
=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?'}