From 1af8fa22f8bda490dbcf4ff38895a356bebf2395 Mon Sep 17 00:00:00 2001 From: Divyansh Sharma Date: Fri, 22 Feb 2019 22:42:51 +0530 Subject: [PATCH] Bug 989476 - Added 'is_new' to the BUGZILLA.user object (as part of the TagNewUsers extension) --- .../en/default/hook/global/header-start.html.tmpl | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 extensions/TagNewUsers/template/en/default/hook/global/header-start.html.tmpl diff --git a/extensions/TagNewUsers/template/en/default/hook/global/header-start.html.tmpl b/extensions/TagNewUsers/template/en/default/hook/global/header-start.html.tmpl new file mode 100644 index 000000000..ba5edcf7f --- /dev/null +++ b/extensions/TagNewUsers/template/en/default/hook/global/header-start.html.tmpl @@ -0,0 +1,9 @@ +[%# 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. + #%] + +[% js_BUGZILLA.user.is_new = Bugzilla.user.is_new %] -- 2.47.3