summaryrefslogtreecommitdiffstats
path: root/extensions/BugModal/template/en/default/bug_modal/activity_stream.html.tmpl
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2016-05-20 19:17:18 +0200
committerDavid Lawrence <dkl@mozilla.com>2016-05-20 19:17:18 +0200
commit73fffe57d7604cd711a26130514aceeac12facb8 (patch)
tree1051c3e92c3b2bfca4381149d2a02d6e4daec5e2 /extensions/BugModal/template/en/default/bug_modal/activity_stream.html.tmpl
parent35b33fe133ff1284de0f33b2da4f132d3e7c8287 (diff)
downloadbugzilla-73fffe57d7604cd711a26130514aceeac12facb8.tar.gz
bugzilla-73fffe57d7604cd711a26130514aceeac12facb8.tar.xz
Bug 1149384 - implement time tracking interface
Diffstat (limited to 'extensions/BugModal/template/en/default/bug_modal/activity_stream.html.tmpl')
-rw-r--r--extensions/BugModal/template/en/default/bug_modal/activity_stream.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/BugModal/template/en/default/bug_modal/activity_stream.html.tmpl b/extensions/BugModal/template/en/default/bug_modal/activity_stream.html.tmpl
index 0fe644584..9efd601e9 100644
--- a/extensions/BugModal/template/en/default/bug_modal/activity_stream.html.tmpl
+++ b/extensions/BugModal/template/en/default/bug_modal/activity_stream.html.tmpl
@@ -48,7 +48,7 @@
PROCESS activity_header activities=change_set.activity id=change_set.id;
END;
- IF change_set.comment;
+ IF change_set.comment != "";
PROCESS comment_body comment=change_set.comment;
END;
FOREACH activity IN change_set.activity;