diff options
author | David Lawrence <dkl@mozilla.com> | 2016-03-21 15:53:10 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-30 21:32:37 +0000 |
commit | 3b91727edf3a546f3407d37f4ce5859e8e5609bc (patch) | |
tree | 1b0cf4dfdc97766e580ecd5536ddddad6e91666c /template | |
parent | Bug 919122 - support for sourceforge.net Allura bugs in see_also field. r=gerv. (diff) | |
download | bugzilla-3b91727edf3a546f3407d37f4ce5859e8e5609bc.tar.gz bugzilla-3b91727edf3a546f3407d37f4ce5859e8e5609bc.tar.bz2 bugzilla-3b91727edf3a546f3407d37f4ce5859e8e5609bc.zip |
Bug 1252782 - can't add a "See Also" to a Chromium bug on bugs.chromium.orggentoo-5.0.6.23
(cherry picked from commit 3af55bfe0bd10a85b7cd69e26a19034a6d2e78f5)
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index da14f55ad..d19d81f97 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -286,6 +286,7 @@ <li>A b[% %]ug on launchpad.net.</li> <li>An issue on code.google.com.</li> <li>A b[% %]ug on b[% %]ugs.debian.org or deb[% %]ugs.gnu.org.</li> + <li>An issue on b[% %]ugs.chromium.org.</li> <li>An issue in a JIRA installation.</li> <li>A ticket in a Trac installation.</li> <li>A b[% %]ug in a MantisBT installation.</li> |