From: lpsolit%gmail.com <> Date: Mon, 28 Dec 2009 18:02:39 +0000 (+0000) Subject: Bug 486323: Activity log (history) has a blank if there's no content - Patch... X-Git-Tag: bugzilla-3.5.3~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60d33f28276b5a72b10bad42fb61fe030d88119e;p=thirdparty%2Fbugzilla.git Bug 486323: Activity log (history) has a blank if there's no content - Patch by Krzysztof Drewniak r=gerv a=LpSolit --- diff --git a/template/en/default/bug/activity/table.html.tmpl b/template/en/default/bug/activity/table.html.tmpl index ae9dbcb80d..ee276aa20e 100644 --- a/template/en/default/bug/activity/table.html.tmpl +++ b/template/en/default/bug/activity/table.html.tmpl @@ -110,4 +110,8 @@ [% END %] +[% ELSE %] +

+ No changes have been made to this [% terms.bug %] yet. +

[% END %]