From: dklawren Date: Thu, 2 Apr 2020 14:27:27 +0000 (-0400) Subject: Bug 1622311 - For security bugs, link the security issue banner to https://wiki.mozil... X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9192afa01ce1ecac3c094d407e15af007d3a1eec;p=thirdparty%2Fbugzilla.git Bug 1622311 - For security bugs, link the security issue banner to https://wiki.mozilla.org/Security/Bug_Approval_Process --- 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 %]