From: Frédéric Buclin Date: Mon, 12 Jul 2010 23:18:42 +0000 (+0200) Subject: Bug 578003: E-mail notifications are missing datetime for comments X-Git-Tag: bugzilla-3.6.2~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32cfb8ec305b4461d426d85b5653f4c81a82212a;p=thirdparty%2Fbugzilla.git Bug 578003: E-mail notifications are missing datetime for comments r=glob a=mkanat --- diff --git a/template/en/default/email/newchangedmail.txt.tmpl b/template/en/default/email/newchangedmail.txt.tmpl index 1bcc2e40d1..65e02872c5 100644 --- a/template/en/default/email/newchangedmail.txt.tmpl +++ b/template/en/default/email/newchangedmail.txt.tmpl @@ -48,7 +48,7 @@ X-Bugzilla-Changed-Fields: [% changedfields %] [% FOREACH comment = new_comments %] [%- IF comment.count %] ---- Comment #[% comment.count %] from [% comment.author.identity %] [%+ comment.time FILTER time(undef, to_user.timezone) %] --- +--- Comment #[% comment.count %] from [% comment.author.identity %] [%+ comment.creation_ts FILTER time(undef, to_user.timezone) %] --- [% END %] [%+ comment.body_full({ is_bugmail => 1, wrap => 1 }) %] [% END %]