]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 486323: Activity log (history) has a blank <body> if there's no content - Patch...
authorlpsolit%gmail.com <>
Mon, 28 Dec 2009 18:02:39 +0000 (18:02 +0000)
committerlpsolit%gmail.com <>
Mon, 28 Dec 2009 18:02:39 +0000 (18:02 +0000)
template/en/default/bug/activity/table.html.tmpl

index ae9dbcb80dc887a07713be8a5d2af480272006a5..ee276aa20e15461111b821fc7530c4c5b0fd6823 100644 (file)
       </tr>
     [% END %]
   </table>
+[% ELSE %]
+  <p>
+    No changes have been made to this [% terms.bug %] yet.
+  </p>
 [% END %]