Commit 31ffa563 authored by Reed Loden's avatar Reed Loden

Bug 578220 - Remove the date time from the comment header in bugmails

[r=LpSolit a=LpSolit]
parent 5e655777
...@@ -51,7 +51,7 @@ X-Bugzilla-Changed-Fields: [% changedfields %] ...@@ -51,7 +51,7 @@ X-Bugzilla-Changed-Fields: [% changedfields %]
[% FOREACH comment = new_comments %] [% FOREACH comment = new_comments %]
[%- IF comment.count %] [%- IF comment.count %]
--- Comment #[% comment.count %] from [% comment.author.identity %] [%+ comment.creation_ts FILTER time(undef, to_user.timezone) %] --- --- Comment #[% comment.count %] from [% comment.author.identity %] ---
[% END %] [% END %]
[%+ comment.body_full({ is_bugmail => 1, wrap => 1 }) %] [%+ comment.body_full({ is_bugmail => 1, wrap => 1 }) %]
[% END %] [% 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