2019-07-02 08:10:25 +01:00
|
|
|
%tr
|
|
|
|
%td
|
|
|
|
= admin_account_link_to(account)
|
|
|
|
%td
|
|
|
|
- if account.user_current_sign_in_at
|
|
|
|
%time.time-ago{ datetime: account.user_current_sign_in_at.iso8601, title: l(account.user_current_sign_in_at) }= l account.user_current_sign_in_at
|
|
|
|
- else
|
2020-12-16 00:31:30 +00:00
|
|
|
\-
|
|
|
|
%td
|
2021-02-10 17:24:09 +00:00
|
|
|
%samp= number_with_delimiter account.statuses.count
|
|
|
|
%td
|
2021-02-18 21:49:14 +00:00
|
|
|
= render 'admin/accounts/account_flags_block', :account => account
|