summaryrefslogtreecommitdiffstats
path: root/extensions/BMO/template/en/default/hook/bug/comments-user.html.tmpl
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2012-01-09 11:04:50 +0100
committerByron Jones <bjones@mozilla.com>2012-01-09 11:04:50 +0100
commitddf1fb2abb2a6266ce5a9cc525c84563c154df52 (patch)
tree9ae4b26eac29cda313a0423717b7d88bda848923 /extensions/BMO/template/en/default/hook/bug/comments-user.html.tmpl
parent6761779ad5c9ed07ad6194a44a3c8f174797e866 (diff)
downloadbugzilla-ddf1fb2abb2a6266ce5a9cc525c84563c154df52.tar.gz
bugzilla-ddf1fb2abb2a6266ce5a9cc525c84563c154df52.tar.xz
Bug 685909: add "collapse tbpl comments"
Diffstat (limited to 'extensions/BMO/template/en/default/hook/bug/comments-user.html.tmpl')
-rw-r--r--extensions/BMO/template/en/default/hook/bug/comments-user.html.tmpl12
1 files changed, 12 insertions, 0 deletions
diff --git a/extensions/BMO/template/en/default/hook/bug/comments-user.html.tmpl b/extensions/BMO/template/en/default/hook/bug/comments-user.html.tmpl
new file mode 100644
index 000000000..62b0c8c4a
--- /dev/null
+++ b/extensions/BMO/template/en/default/hook/bug/comments-user.html.tmpl
@@ -0,0 +1,12 @@
+[%# This Source Code Form is subject to the terms of the Mozilla Public
+ # License, v. 2.0. If a copy of the MPL was not distributed with this
+ # file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ #
+ # This Source Code Form is "Incompatible With Secondary Licenses", as
+ # defined by the Mozilla Public License, v. 2.0.
+ #%]
+
+[% IF comment.author.login_name == 'tbplbot@gmail.com' %]
+ [% has_tbpl_comment = 1 %]
+ <script>tbpl_comment_ids.push([% count FILTER none %]);</script>
+[% END %]