Use time_ago_with_tooltip on spam logs list

上级 e38a1fc8
- user = spam_log.user
%tr
%td
= spam_log.created_at.to_s(:short)
= time_ago_with_tooltip(spam_log.created_at)
%td
- if user
= link_to user.name, user
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册