diff options
author | Byron Jones <bjones@mozilla.com> | 2012-05-01 14:21:56 +0200 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2012-05-01 14:21:56 +0200 |
commit | 228c7bf9ea03a5faafe22f003e5d56da1b7b2162 (patch) | |
tree | d6e510fb195a9a197739e8b6996244bd65b14ea2 /template/en/default/bug | |
parent | 136caf50f2569b380879cc68d3dc10142c8e4f84 (diff) | |
download | bugzilla-228c7bf9ea03a5faafe22f003e5d56da1b7b2162.tar.gz bugzilla-228c7bf9ea03a5faafe22f003e5d56da1b7b2162.tar.xz |
Bug 748629: collapse tbplbot comments by default
Diffstat (limited to 'template/en/default/bug')
-rw-r--r-- | template/en/default/bug/comments.html.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template/en/default/bug/comments.html.tmpl b/template/en/default/bug/comments.html.tmpl index 5b90c1720..7b305a248 100644 --- a/template/en/default/bug/comments.html.tmpl +++ b/template/en/default/bug/comments.html.tmpl @@ -240,4 +240,5 @@ [%- comment_text FILTER quoteUrls(bug, comment) -%] </pre> </div> + [% Hook.process('a_comment-end', 'bug/comments.html.tmpl') %] [% END %] |