diff options
author | Matt Selsky <selsky@columbia.edu> | 2011-02-13 18:00:40 -0800 |
---|---|---|
committer | Reed Loden <reed@reedloden.com> | 2011-02-13 18:00:40 -0800 |
commit | 6d3b841922c630174db846a3ab133c2dcaf5a63e (patch) | |
tree | 73e6e33e9e15f0f9daed03e28acaa2f94a99316a /template/en/default | |
parent | fb5f96302e408d10d56167f3e185675e6cffd6d1 (diff) | |
download | bugs-6d3b841922c630174db846a3ab133c2dcaf5a63e.tar bugs-6d3b841922c630174db846a3ab133c2dcaf5a63e.tar.gz bugs-6d3b841922c630174db846a3ab133c2dcaf5a63e.tar.bz2 bugs-6d3b841922c630174db846a3ab133c2dcaf5a63e.tar.xz bugs-6d3b841922c630174db846a3ab133c2dcaf5a63e.zip |
Bug 543667: Add support for Trac URLs in "see also".
Diffstat (limited to 'template/en/default')
-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 69394bec9..0c345f359 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -256,6 +256,7 @@ <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> + <li>A ticket in a Trac installation.</li> </ul> [% ELSIF reason == 'id' %] There is no valid [% terms.bug %] id in that URL. |