]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1622311 - For security bugs, link the security issue banner to https://wiki.mozil...
authordklawren <dklawren@users.noreply.github.com>
Thu, 2 Apr 2020 14:27:27 +0000 (10:27 -0400)
committerGitHub <noreply@github.com>
Thu, 2 Apr 2020 14:27:27 +0000 (10:27 -0400)
template/en/default/global/header.html.tmpl

index fa324d4262909ab75c51db3781e834b747849fc0..a3f585fe7ddacd18faf88709e0aac89710d6fddc 100644 (file)
 %]
   <div id="private-bug-banner" class="[% IF is_security_bug %]security[% ELSE %]confidential[% END %]">
     <span class="icon" aria-hidden="true"></span>
-    <strong>[% IF is_security_bug %]Security Issue[% ELSE %]Confidential[% END %]</strong>
+    <strong>
+      [% IF is_security_bug %]
+        Security Issue - <a href="https://wiki.mozilla.org/Security/Bug_Approval_Process">Approval Process</a>
+      [% ELSE %]
+        Confidential
+      [% END %]
+    </strong>
   </div>
 [% END %]