Use time_ago_with_tooltip on spam logs list

This commit is contained in:
Douglas Barbosa Alexandre 2016-01-26 18:03:01 -02:00
parent e38a1fc83e
commit 62cad887ea
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
- 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