# HG changeset patch # User Sandrine Ribeau <sandrine.ribeau@logilab.fr> # Date 1254777729 25200 # Mon Oct 05 14:22:09 2009 -0700 # Node ID 52afeac04d882f6f41ac82bf4d2f47b6cfbcda5d # Parent dfa9d2d8218e769a84b341f368fb85b3044f3713 [views] show time on comments diff --git a/views.py b/views.py --- a/views.py +++ b/views.py @@ -134,6 +134,7 @@ text = safe_cut(text, maxsize) self.w(u'<div class="commentInfo">') self.w(self.format_date(entity.creation_date)) + self.w(u' %s' % self.format_time(entity.creation_date)) if entity.creator: authorlink = entity.creator.view('oneline') self.w(u', %s <span class="author">%s</span> \n' % (_('written by'),