From 9192afa01ce1ecac3c094d407e15af007d3a1eec Mon Sep 17 00:00:00 2001 From: dklawren Date: Thu, 2 Apr 2020 10:27:27 -0400 Subject: [PATCH] Bug 1622311 - For security bugs, link the security issue banner to https://wiki.mozilla.org/Security/Bug_Approval_Process --- template/en/default/global/header.html.tmpl | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl index fa324d426..a3f585fe7 100644 --- a/template/en/default/global/header.html.tmpl +++ b/template/en/default/global/header.html.tmpl @@ -424,7 +424,13 @@ %]
- [% IF is_security_bug %]Security Issue[% ELSE %]Confidential[% END %] + + [% IF is_security_bug %] + Security Issue - Approval Process + [% ELSE %] + Confidential + [% END %] +
[% END %] -- 2.47.3