Commit b3782f8d authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 510798: Omit "--- Comment 0" line for new bugs - Patch by Fré©ric Buclin…

Bug 510798: Omit "--- Comment 0" line for new bugs - Patch by Fré©ric Buclin <LpSolit@gmail.com> r/a=mkanat
parent a2336d70
......@@ -47,7 +47,9 @@ X-Bugzilla-Changed-Fields: [% changedfields %]
[% END -%]
[% FOREACH comment = new_comments %]
[%- IF comment.count %]
--- Comment #[% comment.count %] from [% comment.author.identity %] [%+ comment.time FILTER time %] ---
[% END %]
[%+ PROCESS bug/format_comment.txt.tmpl comment = comment %]
[% 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