Bug 510798: Omit "--- Comment 0" line for new bugs - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat

git-svn-id: svn://10.0.0.236/trunk@258229 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
lpsolit%gmail.com 2009-08-25 17:54:33 +00:00
parent 2431109d29
commit ab97e5efba

View File

@ -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 %]