2019-07-02 08:10:25 +01:00
|
|
|
%tr
|
|
|
|
%td
|
|
|
|
= admin_account_link_to(account)
|
2020-12-20 17:27:24 +00:00
|
|
|
- if account.is_flagged_as_spam
|
2020-12-21 18:25:05 +00:00
|
|
|
%span{ :style => "display:block;margin:5px 0 0 20px;font-size:12px;background-color:#781600;border-radius:6px;color:#fff;width:40px;line-height:22px;font-weight:600;padding:2px 0 0 6px;" } SPAM
|
2019-07-02 08:10:25 +01:00
|
|
|
%td
|
|
|
|
- if account.user_current_sign_in_ip
|
|
|
|
%samp.ellipsized-ip{ title: account.user_current_sign_in_ip }= account.user_current_sign_in_ip
|
|
|
|
- else
|
|
|
|
\-
|
|
|
|
%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
|
|
|
|
%samp= number_with_delimiter account.statuses.count
|