Add a title attr to show full date on history log

This commit is contained in:
Daniel Kimsey
2012-11-13 15:34:16 -05:00
parent 7f533f33ae
commit 9c25eb20cf
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -22,6 +22,7 @@ module Precious
:date => v.authored_date.strftime("%B %d, %Y"),
:gravatar => Digest::MD5.hexdigest(v.author.email),
:identicon => self._identicon_code(v.author.email),
:date_full=> v.authored_date,
}
end
end