diff options
author | Reed Loden <reed@reedloden.com> | 2010-07-12 18:36:28 -0500 |
---|---|---|
committer | Reed Loden <reed@reedloden.com> | 2010-07-12 18:36:28 -0500 |
commit | 31ffa56311523fcd47e2ae99f8636586cd005c56 (patch) | |
tree | 9565fd0de4e1d11313affe99363896aaaf4fbac9 /template/en/default/email | |
parent | 5e655777fbdbb93348807308a045fca3cb4c7ab2 (diff) | |
download | bugs-31ffa56311523fcd47e2ae99f8636586cd005c56.tar bugs-31ffa56311523fcd47e2ae99f8636586cd005c56.tar.gz bugs-31ffa56311523fcd47e2ae99f8636586cd005c56.tar.bz2 bugs-31ffa56311523fcd47e2ae99f8636586cd005c56.tar.xz bugs-31ffa56311523fcd47e2ae99f8636586cd005c56.zip |
Bug 578220 - Remove the date time from the comment header in bugmails
[r=LpSolit a=LpSolit]
Diffstat (limited to 'template/en/default/email')
-rw-r--r-- | template/en/default/email/newchangedmail.txt.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/email/newchangedmail.txt.tmpl b/template/en/default/email/newchangedmail.txt.tmpl index f21fdc1ad..5a6e90ae1 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 %] |