Commit d873b53d authored by Frédéric Buclin's avatar Frédéric Buclin

Bug 578003: E-mail notifications are missing datetime for comments

r=glob a=mkanat
parent 262215dc
......@@ -51,7 +51,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 %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment