summaryrefslogtreecommitdiffstats
path: root/extensions/Review/template
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2013-08-07 23:52:05 +0200
committerByron Jones <bjones@mozilla.com>2013-08-07 23:52:05 +0200
commit84787ef596fca79e34630ad885b1a58ccb1f05d2 (patch)
tree36e3d9d80930ce9caa2b9ffb7ea63a4d00dffe9b /extensions/Review/template
parent23d694ce704a2ebcad27d668d9e519272913f2b1 (diff)
downloadbugzilla-84787ef596fca79e34630ad885b1a58ccb1f05d2.tar.gz
bugzilla-84787ef596fca79e34630ad885b1a58ccb1f05d2.tar.xz
Bug 902623: show the count of pending reviews next to suggested reviewers
Diffstat (limited to 'extensions/Review/template')
-rw-r--r--extensions/Review/template/en/default/hook/global/header-start.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/Review/template/en/default/hook/global/header-start.html.tmpl b/extensions/Review/template/en/default/hook/global/header-start.html.tmpl
index ebf206a33..e086e9b55 100644
--- a/extensions/Review/template/en/default/hook/global/header-start.html.tmpl
+++ b/extensions/Review/template/en/default/hook/global/header-start.html.tmpl
@@ -77,5 +77,5 @@
[% javascript = javascript _ review_js %]
[% BLOCK reviewer %]
- { login: '[% u.login FILTER js%]', identity: '[% u.identity FILTER js %]' }
+ { login: '[% u.login FILTER js%]', identity: '[% u.identity FILTER js %]', review_count: [% u.review_count FILTER js %] }
[% END %]