Skip to content
Snippets Groups Projects
Commit 52afeac04d88 authored by Sandrine Ribeau's avatar Sandrine Ribeau
Browse files

[views] show time on comments

parent dfa9d2d8218e
No related branches found
No related tags found
No related merge requests found
......@@ -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'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment