diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2010-07-13 01:13:18 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2010-07-13 01:13:18 +0200 |
commit | d873b53dd1f51bdd852119ee3613224251bce3c8 (patch) | |
tree | 1a787bffa6f4eab517cab430863e0cf2714270cb /template/en/default/email/newchangedmail.txt.tmpl | |
parent | 262215dc31c21cb125df78e351656e1dade4472b (diff) | |
download | bugs-d873b53dd1f51bdd852119ee3613224251bce3c8.tar bugs-d873b53dd1f51bdd852119ee3613224251bce3c8.tar.gz bugs-d873b53dd1f51bdd852119ee3613224251bce3c8.tar.bz2 bugs-d873b53dd1f51bdd852119ee3613224251bce3c8.tar.xz bugs-d873b53dd1f51bdd852119ee3613224251bce3c8.zip |
Bug 578003: E-mail notifications are missing datetime for comments
r=glob a=mkanat
Diffstat (limited to 'template/en/default/email/newchangedmail.txt.tmpl')
-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 e138eff23..f21fdc1ad 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.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 %] |