Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
%tr
%td
= chat_name.team_domain
= chat_name.chat_name
- if chat_name.last_used_at
= time_ago_with_tooltip(chat_name.last_used_at)
- else
= _('Never')
= link_to _('Remove'), profile_chat_name_path(chat_name), method: :delete, class: 'gl-button btn btn-danger float-right', aria: { label: _('Remove') }, data: { confirm: _('Are you sure you want to remove this nickname?'), confirm_btn_variant: 'danger' }