diff options
author | Matt Selsky <selsky@columbia.edu> | 2011-02-14 02:57:50 +0100 |
---|---|---|
committer | Reed Loden <reed@reedloden.com> | 2011-02-14 02:57:50 +0100 |
commit | fb5f96302e408d10d56167f3e185675e6cffd6d1 (patch) | |
tree | dc0cc657f4b87ddb5e5c0bb91247b28efe9fe52e /template | |
parent | 99b870afefa80a2fb4b4ac9252d7fdd5f977260d (diff) | |
download | bugzilla-fb5f96302e408d10d56167f3e185675e6cffd6d1.tar.gz bugzilla-fb5f96302e408d10d56167f3e185675e6cffd6d1.tar.xz |
Bug 558784: Add support for JIRA URLs in "see also".
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 1def85e62..69394bec9 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -255,6 +255,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.</li> + <li>An issue in a JIRA installation.</li> </ul> [% ELSIF reason == 'id' %] There is no valid [% terms.bug %] id in that URL. |