From: Reed Loden Date: Mon, 12 Jul 2010 23:36:28 +0000 (-0500) Subject: Bug 578220 - Remove the date time from the comment header in bugmails X-Git-Tag: bugzilla-4.1.1~422 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31ffa56311523fcd47e2ae99f8636586cd005c56;p=thirdparty%2Fbugzilla.git Bug 578220 - Remove the date time from the comment header in bugmails [r=LpSolit a=LpSolit] --- diff --git a/template/en/default/email/newchangedmail.txt.tmpl b/template/en/default/email/newchangedmail.txt.tmpl index f21fdc1ad6..5a6e90ae11 100644 --- a/template/en/default/email/newchangedmail.txt.tmpl +++ b/template/en/default/email/newchangedmail.txt.tmpl @@ -51,7 +51,7 @@ X-Bugzilla-Changed-Fields: [% changedfields %] [% FOREACH comment = new_comments %] [%- 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 %] [%+ comment.body_full({ is_bugmail => 1, wrap => 1 }) %] [% END %]