Bug 134368 - Output "Description" instead of just "Comment" for Comment #0

git-svn-id: svn://svn.office.custis.ru/3rdparty/bugzilla.org/trunk@1833 6955db30-a419-402b-8a0d-67ecbb4d7f56
master
vfilippov 2013-10-01 14:35:11 +00:00
parent f95d5b34a9
commit 56995d8d49
1 changed files with 5 additions and 5 deletions

View File

@ -218,11 +218,11 @@ body { font-family: Segoe UI, sans-serif; }
[%# ------ What Removed Added ------ %]
<tr class="n"><td>
[% IF d.fieldname == 'longdesc' %]
<a href="[% urlbase %]show_bug.cgi?id=[% bugid %]#c[% d.comment_count %]">
[% END %]
[% d.fielddesc %] [% IF d.comment_count > 0 %] #[% d.comment_count %][% END %]
[% IF d.fieldname == 'longdesc' %]
</a>
<a href="[% urlbase %]show_bug.cgi?id=[% bugid %]#c[% d.comment_count %]">
[% IF d.comment_count > 0 %]Comment #[% d.comment_count %][% ELSE %]Description[% END %]
</a>
[% ELSE %]
[% d.fielddesc %]
[% END %]
</td><td>[% d.removed %]</td><td>[% d.added %]</td></tr>