From 2c925582f8bd4f6e062dbddabbd424ddfd69debb Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Thu, 31 Oct 2013 13:44:10 +0800 Subject: Bug 920026: show reminder of pending review, feedback, and needinfo requests in the header --- .../hook/global/user-error-auth_failure_object.html.tmpl | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 extensions/Review/template/en/default/hook/global/user-error-auth_failure_object.html.tmpl (limited to 'extensions/Review/template/en/default/hook/global/user-error-auth_failure_object.html.tmpl') diff --git a/extensions/Review/template/en/default/hook/global/user-error-auth_failure_object.html.tmpl b/extensions/Review/template/en/default/hook/global/user-error-auth_failure_object.html.tmpl new file mode 100644 index 000000000..156f0aa93 --- /dev/null +++ b/extensions/Review/template/en/default/hook/global/user-error-auth_failure_object.html.tmpl @@ -0,0 +1,11 @@ +[%# 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 object == 'review_requests_rebuild' %] + rebuild review request counters +[% END %] -- cgit v1.2.3-24-g4f1b