Use time_ago_with_tooltip on spam logs list

parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment