diff options
author | lpsolit%gmail.com <> | 2009-12-28 19:02:39 +0100 |
---|---|---|
committer | lpsolit%gmail.com <> | 2009-12-28 19:02:39 +0100 |
commit | 60d33f28276b5a72b10bad42fb61fe030d88119e (patch) | |
tree | 14dde69cb6f524b417fcdaa1c15d6d56ce977433 /template | |
parent | 89a15fbe3ec584369355ab9112bf98f21876d958 (diff) | |
download | bugzilla-60d33f28276b5a72b10bad42fb61fe030d88119e.tar.gz bugzilla-60d33f28276b5a72b10bad42fb61fe030d88119e.tar.xz |
Bug 486323: Activity log (history) has a blank <body> if there's no content - Patch by Krzysztof Drewniak <krzysdrewniak@gmail.com> r=gerv a=LpSolit
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/bug/activity/table.html.tmpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/template/en/default/bug/activity/table.html.tmpl b/template/en/default/bug/activity/table.html.tmpl index ae9dbcb80..ee276aa20 100644 --- a/template/en/default/bug/activity/table.html.tmpl +++ b/template/en/default/bug/activity/table.html.tmpl @@ -110,4 +110,8 @@ </tr> [% END %] </table> +[% ELSE %] + <p> + No changes have been made to this [% terms.bug %] yet. + </p> [% END %] |